Im rebuilding a database and need to covert a field where the value is a date but its in as '20060603'
I'd like to make a query to convert it to
'03/06/2006'
Is this possible, if so, how?
Also, I have to do it for 14 fields so is there an easy way to do them all as one query?
Thanks
I'd like to make a query to convert it to
'03/06/2006'
Is this possible, if so, how?
Also, I have to do it for 14 fields so is there an easy way to do them all as one query?
Thanks
Comment