Escape column name in query (to avoid conflict with reserved words)

后端 未结 2 454
轻奢々
轻奢々 2020-12-12 06:32

I have a Google Sheets and want to query in a column called BY. This is failing:

=query(Data!A:GC, \"select BY where BG = \'completed\'\")
         


        
2条回答
提交回复
热议问题