Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Posted: 26 Aug 2010 at 9:21am
you can use LIKE and * as a multi character wild card
e.g.
table.field LIKE '*red*'
or the instr() function works similarly but returns a numeric value of the location of where the string starts within another string (instead of boolean as above)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum