| Subject | HELP using like statement |
|---|---|
| Author | German Terrazas Angulo |
| Post date | 2003-04-08T20:24:01Z |
hi,
Does any body know how to use LIKE statement with % ? That is,
select field
from Table
where field like %bird%
it returns all columns named field where it contains "bird" as part of the
value.
thanks,
yerman
Does any body know how to use LIKE statement with % ? That is,
select field
from Table
where field like %bird%
it returns all columns named field where it contains "bird" as part of the
value.
thanks,
yerman