2022-11-30

Which data type is suitable for a date like 31-12-2014 in Snowflake?

I have lots of data we want to store in Snowflake cloud but we could save the data into the snowflake due to date like 31-12-2014 which is given in an excel CSV file:

check the image]

I am trying:

"Shipment date" varchar(16777216),
"Shipment year" number(4),

which data type will be suitable for that purpose?



No comments:

Post a Comment