Redian新闻
>
a simple question on Oracle
avatar
a simple question on Oracle# Database - 数据库
e*r
1
If after running sql statements, there are many lines of records
returned such that it couldn't display on many screens.
What could we do to make it easier to study those records by eyes?
thanks
avatar
c*d
2
你是问如何格式化输出吗
set linesize 120
set pagesize 500
format [colname] a20
avatar
j*a
3
format and use spool to save the output.
avatar
s*c
4
sqlplus can redirect the output to a file: spool?
avatar
j*a
5

Why not?
Try this in sqlplus:
spool c:\sqloutput.txt
select * from emp;
spool off

【在 s*****c 的大作中提到】
: sqlplus can redirect the output to a file: spool?
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。