MSC-PG0001
Age is not supported on Snowflake
Severity
Description
Code Example
Input Code:
SELECT
age(date1::date, date2::date),
FROM
Table1;Output Code:
SELECT
-- ** MSC-ERROR - MSC-PG0001 - AGE IS NOT SUPPORTED ON SNOWFLAKE. **
-- AGE(date1::date, date2::date)
FROM
Table1;Recommendations
Last updated
