oracle 显示格式化

sqlplus中:set wrap off;
set pagesize 1000;
set linesize 1000;
col id format A20; //该字段最长显示20个字符
col name format A50;
posted @ 2013-06-25 20:42  ppjj  阅读(843)  评论(0编辑  收藏  举报