The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
SELECT from 2 tables at the same time
Hi,
I was wondering, is it possible to select information from two fields at the same time? Thanks in advance Niklas |
#2
|
||||
|
||||
yes, either by join, or by cross selection:
[sql]SELECT * FROM table1, table2 WHERE table1.soething = 'gfmnf' AND table2.something='gjdghj' AND table1.anotherthing = table2.anotherthing[/sql] |
#3
|
|||
|
|||
Thanks Xenon !!
|
#4
|
||||
|
||||
you're welcome
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|