Hey guys,
I'm getting this error :
Operand should contain 1 column(s)
From this Query :
SELECT(RequestID, ModCode, Request.RoomID, Priority, AllWeek, Day, StartTime, Length)
FROM Request, Rooms
WHERE Day = '1'
AND ModCode = '1'
AND StartTime = '1'
AND Length = '1'
That MySQL is generated by PHP and then being sent if that makes any difference.
Thanks for your help
Alex