Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Should we pad with trailing zeros for the fractional second part?
e.g.:
CAST(CAST('2021-12-13 11:22:33.123456' AS TIMESTAMP(9) AS STRING)
Should it return:
2021-12-13 11:22:33.123456
or:
2021-12-13 11:22:33.123456000
?