Subject | Re: [ib-support] Substring with a specific text element |
---|---|
Author | Frank Schlottmann-Goedde |
Post date | 2001-12-04T18:26:38Z |
On Tuesday, 4. December 2001 18:32, Alan Scott wrote:
Frank
--
"Fascinating creatures, phoenixes. They can carry immensely heavy loads,
their tears have healing powers and they make highly faithful pets."
- J.K. Rowling http://firebirdsql.org
> We have an automotive database in Interbase and I need to return all theselect * from cardetail_carseries where description containing 'SEDAN'
> records from a table where SEDAN was anywhere in the description field.
>
> I tried:
> select * from cardetail_carseries where description like '%SEDAN%'
Frank
--
"Fascinating creatures, phoenixes. They can carry immensely heavy loads,
their tears have healing powers and they make highly faithful pets."
- J.K. Rowling http://firebirdsql.org