Microsoft
Software
Hardware
Network
Question : MySQL Select From multiple Tables With Common Fields
Greetings I have 5 tables (cars, boats, music, books, electronics) that all have 5 common fields
$userID
$anumber
$title
$price
$comments
I'm trying to select only the common fields from all 5 tables WHERE the $userID = A Given $userID, for example of someone who is logged in? How would this query be setup?
Answer : MySQL Select From multiple Tables With Common Fields
select userID, anumber, title, price, comments from cars where userID=$userID
union all
select userID, anumber, title, price, comments from boats where userID=$userID
...
etc
Random Solutions
Convert Julian date to standard date through Derived Coulmn in SSIS
looking for unix consultant
send mail to undisclosed receipent in lotus notes
Installing Printers Windows 7 - 2003 Domain
When I encrypt/encode a string using codeigniter encryption class, it is different everytime, why?
Intellisense-style auto complete in richTextBox c# windows forms control?
Trouble installing Panasonic Printer/Copier devices on SBS 2008
How send an array by url with php???????
text alignment in footer
Worldspan - calling worldspan web service