Duplicates issue in siebel.s_escl_req table
Hi All,
Can any one suggest how to eliminate duplicate records from siebel.s_escl_req table, as per the configuration we have one workflow police defined for the S_EVT_ACT records but it is creating multiple entries from some records,below is the sql query used for identifying the duplicates while processing.
SQL query used to identify duplicates:
select BT_ROW_ID, Count(*) from siebel.s_escl_req group by BT_ROW_ID having count(*)>1
Thanks,
Ram