Hi,
I have a table with a column with date values in the following format:
eg. 20140119
I want to create/ add a new column which will have the following format:
2014-01-19
I tried adding a custom column, but not sure about the function to be used to get a substring.