on 2023 Dec 15 1:38 PM
Hello,
HOW I CAN ELIMINATE THE SYMBOLS AND KEEP ONLY THE NUMBERS AND LETTERS IN THE RESULT OF MY QUERY SQL?
FOR EXAMPLE example :
From : ML TUBE INOX 316L Ø 27X3MM""
To : ML TUBE INOX 316L 27X3MM
Any ideas?
Regards.
Request clarification before answering.
Hello,
this can be done with the replace function like so:
select replace('ML TUBE INOX 316L Ø 27X3MM""','Ø','')
This has to be done for each symbol you want to replace.
Regards
Clas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
84 | |
8 | |
6 | |
5 | |
5 | |
5 | |
4 | |
3 | |
3 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.