gtbikerider
Technical User
Hi
I want to get a recordset that in English would look like...
select *
from calendar
where title contains 'open day'
...But "contains" is not correct syntax. How can this be done in SQL? or must I extract all and then use a
<cfif #title# contains "open day">
--
John
I want to get a recordset that in English would look like...
select *
from calendar
where title contains 'open day'
...But "contains" is not correct syntax. How can this be done in SQL? or must I extract all and then use a
<cfif #title# contains "open day">
--
John