###user_name mobile product_type###
aaa 12345 1
aaa 12345 2
bbb 56789 2
ccc 23456 2
bbb 56789 1
ccc 23456 1
ddd 11111 1
eee 22222 2
我的db.table以上述格式.....其中2代表1的副本(移動和名稱shuold都是唯一的)它必須具有原始product_type 1 .... I希望## EEE 22222 2 ##的記錄..如果你發現它沒有PRODUCT_TYPE 1..hope你懂的...我想NOT IN SQL QUERY SET
SELECT * FROM `applications` a where a.product_type=2 and user_name in (select user_name from `partners_applications` where user_name=a.user_name) order by a.user_name
我知道這是不對的,你們可以請幫助我解決...
你期望得到什麼結果?你可以發佈prtners表 – 2013-02-14 16:57:54