Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Ignite 中创建了一个包含 20 多列的表。现在,在 sqlline 上,当查询诸如“select * from table_name”之类的数据时,我只能在 20 列中看到该表的 5 列。有没有办法在 sqlline 中做到这一点?
SQL 行不能正常水平显示这么多列,所以可以使用垂直模式:
!outputformat vertical
尝试以下 sqlline 命令:
!set maxWidth 1000