Subject | Substring with a specific text element |
---|---|
Author | Alan Scott |
Post date | 2001-12-04T17:32:54Z |
We have an automotive database in Interbase and I need to return all the
records from a table where SEDAN was anywhere in the description field.
I tried:
select * from cardetail_carseries where description like '%SEDAN%'
it errored. How would I do this...
Thanks...
records from a table where SEDAN was anywhere in the description field.
I tried:
select * from cardetail_carseries where description like '%SEDAN%'
it errored. How would I do this...
Thanks...