-1
私は、test_idというカラムを持つテーブルを持っています。t-0105、t-0120、t-044、t-063、t-064、t-068 、t-072ですが、クエリはすべてのデータを取得しています。間違ったデータを取得しています。
select * from test_name where test_type='p' and test_id NOT IN ('t-0105,t-0120,t-044,t-063,t-064,t-068,t-072') and test_list='tt' and test_name like '%aptitude%' and published=1 order by id asc
「Not In」の文字列全体を引用符で囲みません – jitendrapurohit