2013-03-13 70 views
2

我刚刚升级了bigquery命令行程序,现在对运行查询时返回的行数有限制。限制似乎是100行。在升级之前,我能够返回数千行。我正在使用Debian。有没有办法扩大返回的行数限制?让我知道我是否可以提供更多信息。Google Bigquery命令行返回限制

回答

5

试试--max_rows标志。看到bq help query的输出:

USAGE: bq.py [--global_flags] <command> [--command_flags] [args] 
    query  Execute a query. 
... 
    --max_rows: How many rows to return in the result. 
    (default: '100') 
    (an integer) 
+0

就是这样。谢谢! – user1932483 2013-03-13 21:05:55