Using a procedure to drop the temporary table has these two benefits
使用过程来删除临时表有以下两个优点
Statements like create and drop package, procedure, function, trigger, etc. can be executed seamlessly in CLPPlus.
比如可以在CLPPlus 中无缝地执行创建和删除包、过程、函数、触发器等的语句。
For a procedure, an alter action is equivalent to a drop and re-create.
对于一个过程,更改操作相当于撤销并重新创建。
For a procedure, an alter action is equivalent to a drop and re-create.
对于一个过程,更改操作相当于撤销并重新创建。
应用推荐