Comment on page
LASTWITHTIME
This section contains reference documentation for the lastwithtime function.
Returns the value of
dataColumn
with the largest timeColumn
value where:timeColumn
is used to define the time ofdataColumn
, which can be of typeTIMESTAMP
,INT
,LONG
dataType
specifies the type fordataColumn
, which can beBOOLEAN
,INT
,LONG
,FLOAT
,DOUBLE
,STRING
LASTWITHTIME(dataColumn, timeColumn, 'dataType')
select LASTWITHTIME(group_name, __metadata$recordTimestamp, 'STRING')
from meetupRsvp
value |
---|
group_name809822304 |
Last modified 2mo ago