--假设表名为table_1
select a.a,b.b.a.name --或者b.name,看你要什么nameb ,虽然a=b钽name不一定相同。
from table_1 as a,table_1 as b
where a.a = b.b