Hi Folks-
I,m trying to remove the space while selecting a particular problem
SELECT RTRIM(LTRIM(Column1) from Table1 but this query is not removing any whitespace or tab
Please help me on this
Hi Folks-
I,m trying to remove the space while selecting a particular problem
SELECT RTRIM(LTRIM(Column1) from Table1 but this query is not removing any whitespace or tab
Please help me on this