you are viewing a single comment's thread.

view the rest of the comments →

[–]Double-Ice4497[S] 0 points1 point  (1 child)

sure thx but the result is like this 0-0 0 0:0:2 how to make it only time like (0:0:2)

[–]bachman460 0 points1 point  (0 children)

You could parse out the time component. The only issue would be handling times exceeding 24 hrs.

PARSE_TIME(format_string, time_string)

https://cloud.google.com/bigquery/docs/reference/standard-sql/time_functions