Help with request (mysql).
Table of applications, Table of photos on applications.
I need to display a list of numbers of those applications that are not in the table with photos. (Ie, I need a list of applications that do not have a photo).
I do something like:
SELECT num FROM customerequipment WHERE num NOT IN (SELECT OrderID from attaches). But returns null