Vinay Bhushan
2006-05-02 15:52:12 UTC
hello gents,
i have a task of porting from sql server to oracle, i am looking for
help on the following
IN sql server i write
-----------
SELECT BINARY_CHECKSUM ( FIELD_A,FIELD_B,FIELD_C,FIELD_D) AS CHK
FROM TEST_TABLE
-------------
i dont have a function which is equivalent to binary_checksum. can i
have this in any other way.
this is to uniquely identify a record.
i have a task of porting from sql server to oracle, i am looking for
help on the following
IN sql server i write
-----------
SELECT BINARY_CHECKSUM ( FIELD_A,FIELD_B,FIELD_C,FIELD_D) AS CHK
FROM TEST_TABLE
-------------
i dont have a function which is equivalent to binary_checksum. can i
have this in any other way.
this is to uniquely identify a record.