读书人

查询生成资料

发布时间: 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

读书人网 >其他数据库

热点推荐