“table1”---> boodang_iphone 包含---3000 条记录
“table2”--> boodang_iphonePushtest05302012 表包含 ---90 条记录
我需要在'boodang_iphonePushtest05302012'比较表1中获取不匹配值我这样写查询
SELECT boodang_iphonePushtest05302012.devicetoken
FROM boodang_iphonePushtest05302012
left outer join boodang_iphone on
boodang_iphone.devicetoken=boodang_iphonePushtest05302012.devicetoken
where
boodang_iphonePushtest05302012.devicetoken != boodang_iphone.devicetoken
我很困惑它是否提供正确的数据或没有任何人可以指导我使用连接获取不匹配值