You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the databend final datetime data type is?
In some database systems(snow, bigquery, duckdb, cockroachdb), they are introduce only one type: timestamp(datetime may be a aliases name in some of them), and the range:
0001-01-01 00:00:00 to 9999-12-31 23:59:59.999999 UTC
Supports precision levels from 0 (seconds) to 6 (microseconds) .
I suggest the default is TIMESTAMP(6), what do you think?
@sundy-li @Veeupup
What's the databend final datetime data type is?
In some database systems(snow, bigquery, duckdb, cockroachdb), they are introduce only one type: timestamp(datetime may be a aliases name in some of them), and the range:
Supports precision levels from 0 (seconds) to 6 (microseconds) .
I suggest the default is TIMESTAMP(6), what do you think?
Originally posted by @BohuTANG in #4982 (comment)
The text was updated successfully, but these errors were encountered: