The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
What's wrong with this SQL?
Can someone please tell me what's wrong with this sql? It gives me a SQL error. Does the WHERE publisher part have to come before the ORDER BY title part?
HTML Code:
SELECT * FROM ah_comics AS ah_comics LEFT JOIN user AS user ON (ah_comics.userid=user.userid) ORDER BY title WHERE publisher = 'DC Comics' LIMIT 0, 25; |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|