SQL newbie SELECT question
Moderator: General Moderators
SQL newbie SELECT question
I have a quick question about SELECT. It seems when I'm trying to SELECT a string it only retrieves items that are an exact match. How do I get it to SELECT a record if it is only has part of string.
Code: Select all
Select * from `strings` where `string` LIKE '%HE%'