I have data in a column with strings with syntax such as 'Consumer%20DNO%20CA'
I recall that %20 means a space in browsers.
Is there a simple way to select this field in a particular way so as to return 'Consumer DNO CA'
As opposed to regex I wondered if there was a command I could specify?
Note I'm an end user analyst and did not create the tables and db. I wondered if there was a function to decode this style of syntax. Perhaps I could find out what the syntax is first by selecting something from the table info tables?