🖥

Show more than 100 lines in the BigQuery | console

2019/04/16に公開

Solution

If the -n option is specified, the number of lines will be displayed.

 $ bq query -n 1000 'SELECT * FROM dataset.table' # 1000行まで表示 

problem

You can only display up to 100 lines if you write normally.

 $ bq query 'SELECT * FROM dataset.table' 

environment

  • BigQuery CLI 2.0.2z

Original by

BigQuery | コンソールで100行より多く表示する

About

About this translattion

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

https://line.me/ti/g2/eEPltQ6Tzh3pYAZV8JXKZqc7PJ6L0rpm573dcQ

Twitter

https://twitter.com/YumaInaura

公開日時

2019-04-16

Discussion