Tried to run a few bq command from Git bash
the following code works
echo 'select 1' | bq query
while the following doesn't standard use in bash doesn't.
bq query "select 1"
the above command provide the following error
'C:\Program' is not recognized as an internal or external command, operable program or batch file.
Any idea to get the 2nd standard command working?