HellgY
01-15-2006, 11:37 AM
Hello!,
That might sound dumb but i haven't dealt with Mysql for quite a while no and i forgot how to use WHERE to include partial matches for the string I'm looking for, is it '%' before the beginning or after the end of the variable name
depending on where on where do i expect irrelevant strings from?,
For instance WHERE name='%Hellgy%', and would ir also return exact matches?, matches with blank space before the relevant string?, or if there a NULL terminator char at the end of the desired char?.
That might sound dumb but i haven't dealt with Mysql for quite a while no and i forgot how to use WHERE to include partial matches for the string I'm looking for, is it '%' before the beginning or after the end of the variable name
depending on where on where do i expect irrelevant strings from?,
For instance WHERE name='%Hellgy%', and would ir also return exact matches?, matches with blank space before the relevant string?, or if there a NULL terminator char at the end of the desired char?.