|
Re: Problem with persistant connections [message #5266 is a reply to message #5263] |
Sun, 25 August 2002 16:20 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
What version of MySQL are you running, the query itself is fine, the error is quite wrong, since the field mentioned in the error is not even in the query...
FUDforum Core Developer
|
|
|
|
Re: Problem with persistant connections [message #5279 is a reply to message #5278] |
Mon, 26 August 2002 13:20 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Does running the
SELECT fud21_announce.subject, fud21_announce.text FROM fud21_announce INNER JOIN fud21_ann_forums ON fud21_announce.id=fud21_ann_forums.ann_id AND fud21_ann_forums.forum_id=1 WHERE fud21_announce.date_started<='20020825' AND fud21_announce.date_ended>='20020825'
query manually work correctly?
FUDforum Core Developer
|
|
|