The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
The MyChenQL insanity never ends
Let's say I have two userids in one row, and I want a query to return the associated usernames with those userids. Normally I'd do this:
[sql] SELECT t.userid, u.username FROM sometable t, user u WHERE t.userid = u.userid; [/sql] However I don't know what to do with two userids. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|