FlinkSQL将时间戳转为日期

FLOOR(TO_TIMESTAMP(FROM_UNIXTIME( CAST(`table_time` AS BIGINT) /1000 , 'yyyy-MM-dd HH:mm:ss')) TO minute),

你可能感兴趣的:(sql)