![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
The following query: select a_id,b, c from table1 union all select a2_id,b2,c2 from table2 gives me a result: 1,2,3 2,2,3 but I want only values from second table. What is the most efficient way to do that? |
![]() |
| Thread Tools | |
| Display Modes | |
| |