When using NOT IN you should ensure that none of the values are NULL: SELECT mac, creation_date FROM logs WHERE logs_type_id=11 AND mac NOT ...
確定! 回上一頁