help with sql

  • Thread starter Thread starter Paul M
  • Start date Start date
P

Paul M

Hi
I am trying to construct some sql where the Project_Status field is queried
for a specific value "Online" here it is but it does not work
Thanks
Paul M

AND Project_Status = Online AND charity_cause LIKE '%::charity_cause::%'
 
Try
AND Project_Status = 'Online' AND charity_cause LIKE '%::charity_cause::%'
 

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

Similar Threads


Back
Top