Hello I have a in DB column that is a V_W string. I would like to convert it to a date. The database I'm using is snowflake.
When I use the formula cast ("ERDAT" as date.) before the formula a field is yyyymmdd - 20130925. The output is 1970-08-21, which is wrong.