Hi, this is driving me nuts
I've done it before for something similar, but i can't remember where
I have a export in CSV that I've imported to a temp table. The Date is stored as
Before I'm sure I used an example using MID, but I can't find it. I've seen the use of Cdate and Format functions, but no real example of how to use them in my case.
Are there any examples I can take a look at?

I have a export in CSV that I've imported to a temp table. The Date is stored as
Code:
20101001
YYYYMMDD
Before I'm sure I used an example using MID, but I can't find it. I've seen the use of Cdate and Format functions, but no real example of how to use them in my case.
Are there any examples I can take a look at?