Snowflake snippets
Current time and date in Snwoflake
To query the current time and date you can just use the following snippet:
SELECT current_timestamp();
To query the current time and date you can just use the following snippet:
SELECT current_timestamp();