微信扫一扫
1.首先使用以下l命令
SQL> spool D:\text.txt
2.要输出的内容
3.使用以下命令结束
SQL> spool off
4.之后在 D:\text.txt就可以看到内容了
相关推荐