My problem is self explanatory really. I am having trouble with the following query. Can anyone help me fix this. I know I have messed up the "where" clause badly...
Code:
SELECT *FROM userfield AS userfield
LEFT JOIN user AS user ON (user.userid = userfield.userid)
WHERE user.usergroupid = 15 AND user.userfield = 19, 20, 7, 12, 13, 18, 14, 15, 16, 17,
Thanks so much
webdevoman