bq query
has --use_legacy_sql
flag that can be set to false to enable standard query.
How to do the same if bq shell
is used
I tried below variations and both of those failed with error Unknown command line flag 'use_legacy_sql'
.
bq --use_legacy_sql=false shell
bq shell --use_legacy_sql=false