執行truncate在pl/sql

lfree發表於2006-12-14

前天遇到一個在pl/sql 執行truncate的問題,不能直接寫

truncate table 。。。

查詢發現如下連線:

One can call DDL statements like CREATE, DROP, TRUNCATE, etc. from PL/SQL by using the "EXECUTE IMMEDATE" statement. Users running Oracle versions below 8i can look at the DBMS_SQL package (see FAQ about Dynamic SQL).

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-82950/,如需轉載,請註明出處,否則將追究法律責任。

相關文章