SSC-EWI-RS0008
Date literal is not supported in Snowflake.
Severity
Description
Code Example
Input Code:
CREATE MATERIALIZED VIEW mv AS
SELECT id, name, department_id FROM employees WHERE department_id = 101;
DELETE FROM mv
WHERE id = 2;Output Code:
Recommendations
Last updated
