![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have two tables of the same structure, ID and Location. I would like to run a SQL query and end up with two identical tables. Adding Locations missing in one to the other and vice-versa. Eg. Table1 a b c d Table2 b c d e After the SQL both tables should be: a b c d e I know I could do it through code but I'd like to brush-up on my SQL. TIA |
#3
| |||
| |||
|
|
I have two tables of the same structure, ID and Location. I would like to run a SQL query and end up with two identical tables. Adding Locations missing in one to the other and vice-versa. Eg. Table1 a b c d Table2 b c d e After the SQL both tables should be: a b c d e |
![]() |
| Thread Tools | |
| Display Modes | |
| |