Jump to content

HELP!!! query multiple tables


tekhead2004

Recommended Posts

Hey all,

 

Ive been trying to put together a php page for the last couple weeks that does a query on multiple tables at 1 time, and returns the results from each. In other words, i put in a search, it searches all the tables, then returns the results from whatever tables it finds my data in.  each table is extremely different from the other, and as is the data.  Here is my statement but I cant seem to get it working right.  Any help would be greatly appreciated.

 

select 'table1' results from table1 where field1= '$var' or field2 = '$var'

union

select 'table2' results from table2 where field1 = '$var'

union

select 'table3' results from table3 where field1 = '$var'

 

$var is my search that is put in.

 

This is making me lose my mind.  Please help

Link to comment
https://forums.phpfreaks.com/topic/127876-help-query-multiple-tables/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.