CURRENT_TIMESTAMP

Decimal precision in time.

Important Notice: Migration of Documentation Website

Please be advised that our documentation website is currently undergoing a migration to a new platform. To ensure you have access to the most up-to-date information, we kindly request that you visit our new documentation website located at:

Official Snowflake Snowconvert Documentation

For any immediate assistance or if you encounter any issues, please contact our support team at [email protected].

Thank you for your understanding.

Severity

Low

Description

Fractional seconds are only displayed if it is explicitly set in the TIME_OUTPUT_FORMAT session parameter.

Input code:

IN -> Teradata_01.sql
SELECT current_timestamp(4) at local;

Output code:

OUT -> Teradata_01.sql
SELECT
CURRENT_TIMESTAMP(4);

Recommendations

  • Check if the TIME_OUTPUT___FORMAT session parameter is set to get the behavior that you want.

  • If you need more support, you can email us at [email protected]

Known Issues

No issues were found.

No related EWIs.

Last updated