Hi experts, how are you all doing? Hope you're all doing great. I'm looking for a way to delete or update a specific record from a specific table.
For example, there is procedure
Procedure DeleteRecord(TableId, RecId/SystemId)
begin
end;
which takes TableId and RecId as parameters and then deletes a record from the input table. Can anyone please tell me that how can I solve this issue?
Answers will be highly appreciated.


Report
All responses (
Answers (