I have a string in my query like this,
X-AL33DX
I want to get 33 only from Query .
I'll try to use REPLACE but can't
REPLACE(REPLACE('X-AL33DX', '-', 'x'), ',', '')
I have a string in my query like this,
X-AL33DX
I want to get 33 only from Query .
I'll try to use REPLACE but can't
REPLACE(REPLACE('X-AL33DX', '-', 'x'), ',', '')