I'm not sure if my last post went through (so my apologies if this is a repeat).
I need to figure out how to separate a string that contains no delimters.
In this case, a MySQL timestamp ('2003100115570 4 ') into date and time units.
Is there a date function for this?
If not, I would be just as happy with a string function.
Thanks,
Chris
I need to figure out how to separate a string that contains no delimters.
In this case, a MySQL timestamp ('2003100115570 4 ') into date and time units.
Is there a date function for this?
If not, I would be just as happy with a string function.
Thanks,
Chris
Comment