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   

posted on 2009-02-10 23:13  欣路历程  阅读(754)  评论(0)    收藏  举报

导航