MSC-PG0019
The use of Invertal within a to_char function is not compatible with Snowflake.
Severity
Description
Code Example
Input Code:
SELECT to_char(interval '15h 2m 12s', 'HH24:MI:SS');Output Code:
SELECT
-- ** MSC-ERROR - MSC-PG0019 - CONVERTS INTERVAL TO STRING ACCORDING TO THE GIVEN FORMAT IS NOT SUPPORTED. **
-- to_char(interval '15h 2m 12s', 'HH24:MI:SS')
;Recommendations
Last updated
