-- not in 的替代写法select col from table1 where col not in(select col from table2); select col,table2.col temp_colfrom table1 left join table2 on table1.c Read More
posted @ 2018-02-09 16:41 秦先生的客栈 Views(5426) Comments(0) Diggs(0)