SELECT * FROM table1WHERE not exists (SELECT ph from table2WHERE djlx = 'WGD' and table1.ph=table2.ph ) 如果需要再增加两个条件 table1.xd <> 'XC' and table1.xd <> 'RK' 该怎么写
相关分类