The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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:
|