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
Need a 40" or larger touchscreen computer
How to deny write to the desktop for users?
Windows 7 Group Policy Bug?
I have a Toshiba Satellite A105 Laptop, and Hard Drive From Dell Vostro 1500 w/ Win 7 wont boot?
Deploy Printer Drivers to WinXP Computers
Gateway for Server automatically being removed after restart
CRM Backstop
WCF hosted on IIS: Why doesn't it show me the WCF method name and it's signature?
How do I properly setup "Internet Address" and install SSL certificate in SBS 2008?
serial to USB adapter binds to which serial port?