Forum Discussion

arvindnsn's avatar
arvindnsn
Contributor
2 years ago
Solved

Converting String into Snowflake Datetime

Hello,  I need to insert the string " 30/01/2024 00:00 'DD/MM/YYYY HH24:MI' " into Snowflake Timestamp_NTZ(9) column as " 2024-01-30 00:00:00.000 'yyyy-MM-dd HH:mm:ss.SSS' ". I tried the following w...