UNIX_SECONDS()
function returns a given timestamp to a UNIX timestamp in seconds, from 1970-01-01 00:00:00-00. Its syntax is illustrated below:
BIGINT
representing time in seconds.
UNIX_SECONDS()
functionUNIX_SECONDS()
function to convert a given timestamp into a UNIX timestamp in seconds:
UNIX_SECONDS()
function using columns