oracle sqlplus wrapping results

后端 未结 4 1261
时光说笑
时光说笑 2021-01-07 16:10

When I run a query like:

SELECT * FROM CAR;

the results appear but each row wraps to several lines.

How can I stop this wrapping so

4条回答
  •  独厮守ぢ
    2021-01-07 16:46

    Are you talking about SQLplus? If so try setting the column format. This webpage gives an example: http://www.adp-gmbh.ch/ora/sqlplus/beautify.html

提交回复
热议问题