I want to delete the characters after numbers in one of my columns:
Column values are like this :
2GB
3G
28GB
7G
90G
as you can see there is no pattern in these numbers except I have a one or two digits number and letter G
or GB
after them.
What query can detect the numbers and delete the characters after that?
Thanks