J
JR
Hi,
can I use wildcards in a select command. My command is like this
SELECT ID FROM songs WHERE (Title LIKE in(?))
if I remove the 'like' or the 'in' it works. together it doesn't
of course without the in I need the correct names and with the like I add
the '%'
thanks Jan
can I use wildcards in a select command. My command is like this
SELECT ID FROM songs WHERE (Title LIKE in(?))
if I remove the 'like' or the 'in' it works. together it doesn't
of course without the in I need the correct names and with the like I add
the '%'
thanks Jan