Remove characters in a field in a select statement so I'm hoping this would just be a simple expression:
500
420
101F
204H
14A
I want all the data to just include the numbers so if data does include a letter then I want to remove it.
The letter could be any letter in the alphabet and it would always be at the end of the data.
Final results wanted:
500
420
101
204
14
Help is appreciated.
500
420
101F
204H
14A
I want all the data to just include the numbers so if data does include a letter then I want to remove it.
The letter could be any letter in the alphabet and it would always be at the end of the data.
Final results wanted:
500
420
101
204
14
Help is appreciated.