摘要:
数据表TA ( id ) {1,2,4,5}数据表TB ( id ) {2,3,5,6,7}=========================================1.并集 union all -->得到 左表有的 加上 右表有的:select id from taunion allselect id from tb;-----------------------------------------------------ID124523567=========================================2.并集 union -->得到 左表有的 加上 阅读全文
posted @ 2011-11-30 15:15
Lucien.Bao
阅读(427)
评论(0)
推荐(0)


浙公网安备 33010602011771号