![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Does anyone know the difference between UNION operator and the "OR" in where clause ? Thanks ahead. |
#3
| |||
| |||
|
|
Does anyone know the difference between UNION operator and the "OR" in where clause ? Thanks ahead. |
#4
| |||
| |||
|
|
Does anyone know the difference between UNION operator and the "OR" in where clause ? |
#5
| |||
| |||
|
|
Does anyone know the difference between UNION operator and the "OR" in where clause ? |
#6
| |||
| |||
|
|
Does anyone know the difference between UNION operator and the "OR" in where clause ? For example, in RMDBs, if we have the following tables: T_Person ID, Name, Age 1, john, 32 2, mary, 25 T_Car ID, Name, Age 1, Accord, 2 2, Impala, 3 Then, we can ... SELECT * FROM T_Person UNION SELECT * FROM T_Car; [] |
![]() |
| Thread Tools | |
| Display Modes | |
| |