查询生成文件
set markup html onspool result.htmlPrompt "测试"describe all_tables;Prompt "查看所有的表名"select table_name from all_tables;Prompt "查询表总数"select count(*) from all_tables;spool offset markup html off
发布时间: 2012-07-15 20:20:06 作者: rapoo
查询生成文件
set markup html onspool result.htmlPrompt "测试"describe all_tables;Prompt "查看所有的表名"select table_name from all_tables;Prompt "查询表总数"select count(*) from all_tables;spool offset markup html off