Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
BigQuery's DATETIME_SUB(timestamp, interval) returns the timestamp that occurs interval before timestamp.
Example: DATETIME_SUB(TIMESTAMP '2008-12-25 15:30:00', INTERVAL 5 MINUTE) would return: '2008-12-25 15:25:00'.