|
??? That didn't work?
Maybe you need the table qualifier in there?
And why the excess of % characters?
WHERE g.genre LIKE '%s%'
But of course that will find *ANY* genre that has the letter "s" (or "S" -- SQL is not case sensitive) in it.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
|