Hi everybody,
I want to build a query that returns records that are not joined. i.e.
SELECT items.item_id, title, date
FROM items, itempics
WHERE items.item_id NOT itempics.item_id
But this does not work. Can anyone tell me what does work?
Thanx in advance,
Dionyssos