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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.