Removes leading blanks from a string.
LTRIM ( string-expression )
string-expression The string to be trimmed.
The following statement returns the value Test Message with all leading blanks removed.
SELECT LTRIM( ' Test Message' ) FROM iq_dummy
SQL/92 Vendor extension.
Sybase Compatible with Adaptive Server Enterprise.
“RTRIM function [String]”
“TRIM function [String]”