Replacing apostrophe or quotes in bq SQL
问题 I'm new to using bq, Big Query command line utility. I have a more complex SQL clause that unfortunately has both apostrophe and quote characters within the SQL statement. Since both characters are in the SQL statement I'm looking for some replacement for them, otherwise one or the other will be interpretted as an "end of query" delimitter. Below is the query that I am trying to run, which works great on the Big Query html interface, but not so great using bq command line utility. Suggestions