Truncating a table in a stored procedure

前端 未结 4 1864
南笙
南笙 2020-12-08 03:57

When I run the following in an Oracle shell it works fine

truncate table table_name

But when I try to put it in a stored procedure

4条回答
提交回复
热议问题