Bu sorguyu yürütmeye çalışıyorum:
SELECT mac, creation_date
FROM logs
WHERE logs_type_id=11
AND mac NOT IN (select consols.mac from consols)
Ama sonuç alamıyorum. Test ettim ve sözdiziminde bir sorun olduğunu biliyorum. MySQL'de böyle bir sorgu mükemmel çalışır. Tabloda mac
olmayan bir tane olduğundan emin olmak için bir satır ekledim consols
, ancak yine de herhangi bir sonuç vermiyor.
consols.mac
kolonNULL
veyaNOT NULL
?