Sybase rtrim function

Code Output
select "[" + rtrim("Roger") + "]" [Roger]
select "[" + rtrim("  Roger  ") + "]" [  Roger]
select "[" + rtrim("") + "]" []
select "[" + rtrim("   ") + "]" []
select "[" + rtrim(NULL) + "]" []
select "[" + rtrim(0x52) + "]" [R]
select "[" + rtrim(0x2020522020) + "]" [  R]
select "[" + rtrim(1) + "]" Error

See Also: ltrim


Roger
Roger Hall
COMPUSPEC
Google
 
Web Compuspec.net
Valid XHTML 1.0!
Valid CSS!