Subject HELP using like statement
Author German Terrazas Angulo
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