![]() |
what's wrong with this mysql query?
SELECT announcement.title, announcement.userid, announcement.startdate, announcement.pagetext, user2.username as username FROM announcement LEFT JOIN user AS user2 ON (user.userid = announcement.userid) ORDER BY startdate, endate LIMIT 5
I'm getting an error (#1109). |
Change user.userid to user2.userid in the JOIN.
|
wow. now that's service. thanks!
|
:)
|
All times are GMT. The time now is 10:10 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|