Cast to DATE using { }
Transflation specification for casts of literal strings to date using curly braces to Snowflake
Description
SELECT {d '1233-10-10'}Sample Source Patterns
Cast to DATE using curly braces
SELECT * FROM RESOURCE_DETAILS where change_ts >= {d '2022-09-10'};SELECT
* FROM
PUBLIC.RESOURCE_DETAILS
where change_ts >= DATE('2022-09-10');Last updated
