Vous êtes sur la page 1sur 1

--approvals duplication deletion in CAMSQL5 server, PMPDB database .

--step 1:
select * from approvals where pmp_id =52243 and approval_id = 105680 and contrac
t_id = 46603
--step 2:
delete from approvals where pmp_id =52243 and approval_id = 105680 and contract_
id = 46603

************************************
--approvals duplication deletion in DacSQL1 server, PMPDB database .
--step 1:
select * from approvals where pmp_id =52243 and approval_id = 105680 and contrac
t_id = 46603
--step 2:
delete from approvals where pmp_id =52243 and approval_id = 105680 and contract_
id = 46603

Vous aimerez peut-être aussi