Jump to content

Using one SELECT from two tables with UNION, how to control...


agge

Recommended Posts

How to control that the nick from table2 also have the value contry='USA' from table1. They using same id.

I want to select id from table2 where nick LIKE %a% and where country from table2 is USA.

SELECT id FROM table1 WHERE name LIKE '%a%' AND country='USA' UNION SELECT id FROM table2 WHERE nick LIKE '%a%' [i][color=blue][font=Verdana]AND table1.country='USA'[/font][/color][/i]

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.