unix_micros
unix_micros 介绍
unix_micros(timestamp) - 返回自1970年1月1日00:00:00 UTC以来的微秒数。
Examples:
> SELECT unix_micros(TIMESTAMP('1970-01-01 00:00:01Z'));
1000000
Since: 3.1.0
unix_micros(timestamp) - 返回自1970年1月1日00:00:00 UTC以来的微秒数。
Examples:
> SELECT unix_micros(TIMESTAMP('1970-01-01 00:00:01Z'));
1000000
Since: 3.1.0