Oracle联表查询的语句
Sql代码
select Table1.Item1,Table2.Item2 from Table1,Table2
select 表名.字段名 from 表名,表名
select b.bm from kk.kkyh a,kk.kkbm b where a.dw = ' 北京市振隆科技发展公司' and a.id=b.id
select Table1.Item1,Table2.Item2 from Table1,Table2
select 表名.字段名 from 表名,表名
select b.bm from kk.kkyh a,kk.kkbm b where a.dw = ' 北京市振隆科技发展公司' and a.id=b.id