清空数据库所有表的数据
摘要:
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 可爱2014 阅读(172) 评论(0) 推荐(0)
浙公网安备 33010602011771号