|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to do Set Opertion MINUS in FIREBIRD
Hai,
Is there any method to subtract two queries which is equivalent to ORACLE MINUS operation ...(in SQL Server Except) Thanks in Advance. Regards Suresh |
|
#2
|
|||
|
|||
|
The best thing I can think about (if I have MINUS correctly) is:
select ... from table1 t1 where not exists (select someid from table1 t2 where t1.id = t2.id) With regards, Martijn Tonies Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL Server. Upscene Productions http://www.upscene.com
__________________
Martijn Tonies Database Workbench: developer IDE for Firebird, MySQL, InterBase, MSSQL Server and Oracle Upscene Productions http://www.upscene.com |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > How to do Set Opertion MINUS in FIREBIRD |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|