Hello,
I ran this query
SELECT userid FROM post where threadid = <any number> AND userid = 1
with threadid to 115012
am not sure which threadid to put ? so i put this 115012 the one shown before the error happens
and i got this message
MySQL returned an empty result set (i.e. zero rows). (Query took 0.0117 sec)SQL query:SELECT userid
FROM post
WHERE threadid =115012
AND userid =1
LIMIT 0 , 30;
Any still got the problem
|