Quantcast
Channel: ITPUB论坛-专业的IT技术社区
Viewing all articles
Browse latest Browse all 18583

sql - 比较2个表对应数据是否相同

$
0
0
比较2个表对应数据是否相同用full join SQL> select * from l; STR V ------ - left_1 1 left_2 2 left_3 3 left_4 4 SQL> create table l2 as select * from l where l.v in (1,2,3); Table created. SQL> select * from l2; STR V ---- ...

Viewing all articles
Browse latest Browse all 18583

Trending Articles