I need an SQL query for my asp page (Access db)
I only need to query one table (items).
The third line is not proper syntax, can anyone tell me how to write this?
Here's what I'm trying to do:
SELECT *
FROM items
WHERE sold = No AND catID = 7 or IS NOT NULL
assume this should be simple for someone that knows more than nearly none like me!! Thanks!
I only need to query one table (items).
The third line is not proper syntax, can anyone tell me how to write this?
Here's what I'm trying to do:
SELECT *
FROM items
WHERE sold = No AND catID = 7 or IS NOT NULL
assume this should be simple for someone that knows more than nearly none like me!! Thanks!