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.
20 列を超えるテーブルを Ignite で作成しました。現在、sqlline では、「select * from table_name」のようなデータを照会すると、20 列のうちそのテーブルの 5 列しか表示されません。sqllineでそれを行う方法はありますか?
次の sqlline コマンドを試してください。
!set maxWidth 1000