所以需要一些特殊處理。
復制代碼 代碼如下:
SELECT * FROM news_extinfo
where
(ExtID = 1 and OptionValue = 0)
or (ExtID = 2 and OptionValue = 0 )
or (ExtID = 3 and OptionValue = 0 )
group by NewsID
having count(*)=3
此處 count(*) = 3 表示的意思是
在查詢的結果中,只查出按group 分組之後,每個組的有3條數據的結果集