![]() |
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 |
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] |
Thanks Xenon !! :)
|
you're welcome :)
|
All times are GMT. The time now is 01:22 PM. |
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:
|