sqltable :='create table t2 as select * from t1 where 1>2';execute immediate sqltable;动态SQL是不是按如上方式进行。
这种方式提示“权限不足”