Given this setup:
inventory.itemI D
item.itemID
item.descriptio n
I want a list of item descriptions which do NOT have an inventory
record. Any ideas? I did this before in MS Access as I recall by making
a query of things with inventory only then excluding those but I can't
even recall how to do that now. I'm working with php/mysql now and had
some luck generating aql with Access but not for this one.
inventory.itemI D
item.itemID
item.descriptio n
I want a list of item descriptions which do NOT have an inventory
record. Any ideas? I did this before in MS Access as I recall by making
a query of things with inventory only then excluding those but I can't
even recall how to do that now. I'm working with php/mysql now and had
some luck generating aql with Access but not for this one.
Comment