ended7월 15일· 1 sources

BigQuery time travel is pretty neat

Why it matters

SELECT * FROM `mydataset.mytable` FOR SYSTEM_TIME AS OF TIMESTAMP_SUB(CURRENT_TIMESTAMP(), INTERVAL 1 HOUR); That query allows you to get data from the table as it was an hour ago. In a setup where th...

1
Sources
+0
24h
Growth
4d
Active

Sources

Related Issues