SQL操作應用——TableA
提問人:ylm發(fā)布時間:2020-09-30
:包括所有在 TableA中但不在 TableB和TableC中的行并消除所有重復行而派生出一個結果表
(select a from tableA ) except (select a from tableB) except (select a from tableC)
繼續(xù)查找其他問題的答案?
相關視頻回答
:包括所有在 TableA中但不在 TableB和TableC中的行并消除所有重復行而派生出一個結果表
(select a from tableA ) except (select a from tableB) except (select a from tableC)
點擊加載更多評論>>