change view ga_realtime_sessions_view_YYYYMMDD to standard sql
问题 I activated the streaming export from Google Analytics to BigQuery about a year ago but I'm having troubles changing the SQL syntax of the real-time view (ga_realtime_sessions_view_YYYYMMDD) to STANDARD SQL. How can I change the SQL of this view? The view is defined as: SELECT * FROM [XXX.ga_realtime_sessions_20180424] where exportKey in ( SELECT exportKey FROM ( SELECT exportKey, exportTimeUsec, MAX(exportTimeUsec) OVER (PARTITION BY visitKey) AS maxexportTimeUsec FROM [XXX.ga_realtime