BigQuery : is it possible to execute another query inside an UDF?
问题 I have a table that records a row for each unique user per day with some aggregated stats for that user on that day, and I need to produce a report that tells me for each day, the no. of unique users in the last 30 days including that day. eg. for Aug 31st, it'll count the unique users from Aug 2nd to Aug 31st for Aug 30th, it'll count the unique users from Aug 1st to Aug 30th and so on... I've looked at some related questions but they aren't quite what I need - if a user logs in on multiple