I'm using Crystal 10 with a ProvideX database and trying to extract a portion of a string using a SQL command but can't get it to work. I need to use a command to resolve a linking problem.
My table contains an item.tranID like below:
R0012342
R0983745
R5789098
I need my SQL command to drop the leading digit and return the field like:
0012342
0983745
5789098
I've tried a few different commands but can't get it to work. Any assistance is greatly appreciated.
My table contains an item.tranID like below:
R0012342
R0983745
R5789098
I need my SQL command to drop the leading digit and return the field like:
0012342
0983745
5789098
I've tried a few different commands but can't get it to work. Any assistance is greatly appreciated.