Subject Substring with a specific text element
Author Alan Scott
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...