如何用sql语句查询两个表里的多个字段

如题所述

select ta.name,tb.code,tb.name as name2
from table1 ta,table2 tb
where ta.id=tb.id

温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答