SQL Like

M

Matthew

If I understand this correctly, this query will show all records where the
other field contains the word "customer".

SELECT catalog.*, catalog.other
FROM [catalog]
WHERE (((catalog.other) Like "%customer%"));

For some reason, it does not work.

Any ideas?

Matthew
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top