H
hotplate
I have a table that was extracted from an ERP. The date was recorded
in this table with a 1 in front of the date because they were unable
to record values starting with 0.
For example: 1080515 would be May 15, 2008.
How could I write a query that would strip the one from that number
and convert the rest of the number to a date?
in this table with a 1 in front of the date because they were unable
to record values starting with 0.
For example: 1080515 would be May 15, 2008.
How could I write a query that would strip the one from that number
and convert the rest of the number to a date?