DATE_DIFF
Computes the difference between two timestamps.
Syntax
Arguments
UNIT
UNIT
Type: string
The unit of time to return.
It can be one of the following:
year
quarter
month
week
day
hour
minute
second
millisecond
TIMESTAMP1
TIMESTAMP1
Type: timestamp
The time to subtract from TIMESTAMP2
.
TIMESTAMP2
TIMESTAMP2
Type: timestamp
The time TIMESTAMP1
is subtracted from.
Returns
Type: bigint
TIME2 - TIME1
expressed in terms of UNIT
.
Examples
Transformation job example
SQL
Query result
Last updated