TRUNCATE cannot be invoked from a procedure that is executing in an atomic context

前端 未结 0 966
春和景丽
春和景丽 2020-12-09 14:44

The below stored procedure truncates and inserts 2 tables:

CREATE OR REPLACE PROCEDURE sp_truncate() 
AS \'
BEGIN
TRUNCATE TABLE TEST_TABLE_1;
INSERT INTO ...         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题