
04-13-2006, 09:55 AM
|
 |
|
|
Join Date: Jun 2004
Location: Seattle
Posts: 1,719
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Phalynx
Seems not always to work like it should, I'm getting this message, now the 3rd time:
Code:
SELECT user.username, session.useragent, session.location, session.lastactivity, user.userid
FROM session AS session
LEFT JOIN user AS user USING (userid)
WHERE session.lastactivity >;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4
It seems that $datecut is not always filled out.
|
Quote:
Originally Posted by Injektilo
same problem here : MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4 Error Number : 1064
|
Try it now - make sure "Allow Overwrite" is yes.
|