1、excel
set linesize 100
set term off verify off feedback off pagesize 0
set markup html on entmap ON spool on preformat off
spool d:\test.xls
select financial_product_nme from financial_product;
spool off
exit
2、html
set linesize 100
set term off verify off feedback off pagesize 0
set markup html on entmap ON spool on preformat off
spool d:\test.htm
select financial_product_nme from financial_product;
spool off
exit
本文展示了如何使用SQL查询结果生成HTML文件,并详细介绍了SQL命令和参数设置。
2095

被折叠的 条评论
为什么被折叠?



