SQLplus命令中导出数据

SQL:spool E:/test.xls;

SQL: create  table test_his as select * from test where 1=2;

SQL:spool off;

这里可以选择xls.txt等后缀

posted @ 2012-10-22 22:57  残阳飞雪  阅读(487)  评论(0编辑  收藏  举报