![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
hi! I have two tables with same structure. I need to run a select query that will return only the rows from one table that are not in the other. In MySQL it would be select * from table1 MINUS select * from table2. but in MsSql I can not find the apropriate way to do this. Any Help? Zvonko |
#3
| |||
| |||
|
|
I have two tables with same structure. I need to run a select query that will return only the rows from one table that are not in the other. In MySQL it would be select * from table1 MINUS select * from table2. but in MsSql I can not find the apropriate way to do this. Any Help? |
#4
| |||
| |||
|
|
hi! I have two tables with same structure. I need to run a select query that will return only the rows from one table that are not in the other. In MySQL it would be select * from table1 MINUS select * from table2. but in MsSql I can not find the apropriate way to do this. Any Help? Zvonko |
![]() |
| Thread Tools | |
| Display Modes | |
| |