I have an column with email in table customer where the data in the column contains special character TAB
when i do an select statement i need to remove the TAB space from that column
Means there is an empty TAB space followed by the **EmailID: xyz.com**
i tried using the LTRIM and RTRIM but that does not work here
Your help is really appreciated.
Thanks
Prince