help with sql

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::%'
 
Top