I have a requirement where I have to create tables with the date/datetime in the table name when they were created dynamically.Wondering if this option is possible in Snowflake?
Eg: I would need somethinglike this.
CREATE TABLE someNewTable_YYYYMMDD
Thank you for your responses;
Best, AB