记录下网络上的精品测试技术文章 and 生活
for example:
declare cursor cur1 is select table_name from dba_tables where owner='TEST';begin for cur2 in cur1 loop execute immediate 'drop table test.'||cur2.table_name; end loop;end;/
posted on 2010-04-28 12:48 tjitty 阅读(235) 评论(2) 编辑 收藏 引用
Now I know who the birany one is, Ill keep looking for your posts. 回复 更多评论
Powered by: IT博客 Copyright © tjitty