如何通过 bq命令行获得10000行或更多行?
这里是我们的代码:
bq --format=csv query "SELECT * FROM [test.t1] limit 10000 " > rs.txt
但返回的数据大约有100行,我们试过" max_rows_per_request"但不能。
答案 0 :(得分:6)
我们找到了修复的方法,这里是我们的代码:(添加 - max_rows )
console.log(ii, aa;);
console.log( );
console.log( );
console.log( jj, bb; // this is a comment);
console.log( );
console.log( hh;);
console.log( kk; /*this is comment*);