My six column table has a column titled Charm 08114_IAN/ABC which has a 13 digit numeric value
I want to create a seventh new column, which contains digits 2 through 6
I thought it would be something like this
ABCID: Mid([CHARM 081114_IAN/ABC]),2,5)
I am getting an invalid syntax error
Help please