November 18, 2014 at 4:37 am
Hi Firends
How to remove Character From Column,Just Character.
I want to work with number.
Tnx For Help
November 18, 2014 at 5:05 am
Example please.
See the first article linked in my signature line for posting guidelines.
-- Gianluca Sartori
November 18, 2014 at 5:12 am
To remove one character, use the REPLACE function. I suspect there's slightly more to it than that, so like Gianluca said, please post an example. It's best if you include consumable DDL, data and expected output.
November 18, 2014 at 8:50 am
ahfb (11/18/2014)
Hi FirendsHow to remove Character From Column,Just Character.
I want to work with number.
Tnx For Help
Do you mean you want to remove all non-numeric-digits from the column? And, like the others have stated, an example of the data you're working with would be nice.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2014 at 8:54 am
Jeff Moden (11/18/2014)
ahfb (11/18/2014)
Hi FirendsHow to remove Character From Column,Just Character.
I want to work with number.
Tnx For Help
Do you mean you want to remove all non-numeric-digits from the column? And, like the others have stated, an example of the data you're working with would be nice.
If that's what you're after, there was a good discussion at http://www.sqlservercentral.com/Forums/Topic1585850-391-1.aspx.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply