Closed
Efficiently deleting multiple rows from a database table
I know that we're supposed to avoid RDB methods, but how would you efficiently do the operation below without it?
Show More
I know that we're supposed to avoid RDB methods, but how would you efficiently do the operation below without it?
DELETE FROM RATINGS.CERT_PER_SCHED_NOTIFICATION where CERT_PER_ID = {PcsDelete.Per} |
Show Less