SSC-EWI-TS0060
Datetime interval not supported by Snowflake.
Severity
Description
Code Example
Input code
SELECT
-- Supported
DATEPART(second, getdate()),
-- Not supported
DATEPART(millisecond, getdate()),
DATEPART(microsecond, getdate());Output code:
Recommendations
Last updated
