MSCEWI4070
CURRENT_TIMESTAMP in At Time Zone statement may have a different behavior in certain cases.
Severity
Description
Input Code:
SELECT current_timestamp at time zone 'Central America Standard Time';Output Code:
SELECT
CONVERT_TIMEZONE('America/Costa_Rica', current_timestamp /*** MSC-WARNING - MSCEWI4070 - CURRENT_TIMESTAMP in At Time Zone statement may have a different behavior in certain cases ***/);Recommendations
Last updated
