清空数据库所有表的数据
摘要:declare cursor c_t is select table_name from user_tables;table_name user_tables.table_name%type;begin open c_t;loop fetch c_t into table_name;exit whe...
阅读全文
posted @ 2014-11-27 09:12
posted @ 2014-11-27 09:12
posted @ 2014-11-26 09:16
posted @ 2014-11-25 21:59
posted @ 2014-11-25 14:13
posted @ 2014-11-25 10:56
posted @ 2014-11-25 10:41