RTRIM()
Returns a character string after truncating all trailing blanks.
Example :
SELECT RTRIM('Md. WilsonSmith ')
OutPut
Md. WilsonSmith
Returns a character string after truncating all trailing blanks.
Example :
SELECT RTRIM('Md. WilsonSmith ')
OutPut
Md. WilsonSmith
No comments:
Post a Comment