Forum Moderators: coopster
For instance, if my database stored names, and one guy wa named Jonathan, and I search for Jon...Jonathan would show up as a result.
SELECT firstname FROM mytable WHERE firstname LIKE 'Jon%';