Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

How to use Minus operation in Sybase

$
0
0
Hi,

I have table 1 as T1 and its backup copy as T2, both having same structure, in oracle its easy to do a minus operation by select * from T1 minus select * from T2 to get the differences in both the tables

but i tried hard to find same operation in Sybase as sybase doesnt supports minus operation.

Could anyone suggests how should i see the difference between both the tables in sybase, its quite urgent...

Thanks
Aman

Viewing all articles
Browse latest Browse all 13329

Trending Articles