应用开发

Oracle数据库学习笔记之表的联合查询

时间:2010-12-5 17:23:32  作者:应用开发   来源:应用开发  查看:  评论:0
内容摘要:复制selectT1.sectionA,T1.sectionB,T2.sectionCfromT1,T2 whereT1.sectionA=T2.sectionA(and...

Oracle数据库学习笔记之表的联合查询
复制select T1.sectionA,数据 T1.sectionB, T2.sectionC from T1, T2   where T1.sectionA = T2.sectionA (and ...);  1.2.
热门排行
copyright © 2025 powered by 编程之道  滇ICP备2023006006号-34sitemap