Thread: mysql query
View Single Post
Old 04-04-2008, 02:06 AM   #2 (permalink)
Sand_Devil
The Wanderer
 
Sand_Devil's Avatar
 
Join Date: Nov 2007
Location: El Paso, TX
Posts: 7
Thanks: 1
Sand_Devil is on a distinguished road
Default

% is a wild card.

where blah_field like '%zoo'

Of course, if case is a problem, you can use

where upper(blah_field) like '%ZOO'
Send a message via ICQ to Sand_Devil Send a message via AIM to Sand_Devil Send a message via MSN to Sand_Devil Send a message via Yahoo to Sand_Devil
Sand_Devil is offline  
Reply With Quote