View Single Post
Old 01-12-2008, 01:15 PM   #5 (permalink)
EyeDentify
The Acquainted
 
EyeDentify's Avatar
 
Join Date: Nov 2007
Location: Sweden
Posts: 106
Thanks: 13
EyeDentify is on a distinguished road
Default

@webtuto

the % procent means that it replaces "anything" so for example you want to find a name ending with "Harrison" and you would search for "%Harrison". See the % in the beginning ?

Switch place of the % if you want to search for the name beginning with "Harrsion" as so "Harrison%". Catching on now ?

And if you want to search for a name containing "Harrison" then it would be "%Harrison%".

I belive you can use a ? questionmark for replacing a single char.
Correct me if im out on a limb here ?

And see Wildhoney and bluesaga´s post above.

I had trouble with the LIKE thing in my early days of MySQL queries to.

Good Luck.

/EyeDentify
__________________
Of course the whole point of a doomsday machine, would have been lost if you keep it a secret.
EyeDentify is offline  
Reply With Quote