I am trying to find the table of the current date of
SELECT *
FROM `da`.`m`.`ga_realtime_20190306`
but not working
SELECT *
FROM `da`.`m`.`CONCAT('ga_realtime_', FORMAT_DATE('%Y%m%d', CURRENT_DATE())`
How can I dynamically select a table with CURRENT_DATE
and the BigQuery Standard query?