Bigquery command line tool to read long query string from a file -


I'm using the Bigquery command line tool to query data from the Bigquery table.

My query statement is too long

Do you save the long query statement in a file and pass the file name to a large number of command line equipment?

Thank you.

You can use it:

  cat query.txt | Bq query  

Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -