MySQL / PHP question

admin

Administrator
Staff member
I have a table that contains a field called text, of type text. I need to search that text for a certain word...is there some sort of SQL statement that allows me to do this?

SELECT * FROM news WHERE text LIKE 'Maya' doesn't work....

the text field would contain something like

80,000 people were evacuated to the inland, and the central and southern parts of Belize were reportedly the most affected. Hundreds of Maya families are reportedly without shelter.
 
Back
Top