Hi, when i try to delete the below data i got this error Long transaction aborted.
What went wrong?
select count(*) from oas_linkline
where doccode= "BILL"
(count(*))
5765
delete from oas_linkline
where doccode= "BILL"
458: Long transaction aborted.
thanks
What went wrong?
select count(*) from oas_linkline
where doccode= "BILL"
(count(*))
5765
delete from oas_linkline
where doccode= "BILL"
458: Long transaction aborted.
thanks