【发布时间】:2015-06-27 20:55:11
【问题描述】:
什么是等价于mysql变量的bigquery?
SET @fromdate = '2014-01-01 00:00:00', -- dates for after 2013
@todate='2015-01-01 00:00:00',
@bfromdate = '2005-01-01 00:00:00', -- dates for before 2013
@btodate = '2005-01-01 00:00:00',
@achfromdate = '2013-01-01 00:00:00', -- dates for ACH without submit time in 2013
@achtodate = '2013-01-01 00:00:00',
@currency="USD";
【问题讨论】:
-
我们的add-on for running BQ queries in Google Sheets 允许您为查询设置参数并重新运行它们,只编辑预设参数的值。
标签: mysql google-bigquery