hi all,
i do have a field in a database called description. its type is text(up to 255 char). what i'd like to know is if there is a way to make a search of a text that could be included in this field.
for exemple to make a query like :
select * from myDB where description contains "a string"
is it possible ? Best regards X-),
Elise
i do have a field in a database called description. its type is text(up to 255 char). what i'd like to know is if there is a way to make a search of a text that could be included in this field.
for exemple to make a query like :
select * from myDB where description contains "a string"
is it possible ? Best regards X-),
Elise