|
-
Thanks Jurij,
I want to remove all the occurences of whitespaces after a comma.
This is what i get with the above query
1* SELECT REPLACE('Tom, Hanks' , ',  ', ',') FROM dual
SQL> /
REPLACE('TOM,    HANKS',',',',')
---------------------------------
Tom,    Hanks
It should be
Tom,Hanks
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|