![]() |
SQL-J Language Reference
|
Reference Manual |
LTRIMLTRIM trims one or more instances of a leading character string, or any characters within the character string, from a character string expression. LTRIM(CharacterExpression [ , trimCharacters ] ) A CharacterExpression is a CHAR, VARCHAR, or LONG VARCHAR data type, any built-in type that is implicitly converted to a string, or any Java data type that directly maps to a built-in type that is implicitly converted to a string. LTRIM returns NULL if either CharacterExpression or trimCharacters evaluates to null. If trimCharacter is not specified, it defaults to ' ' (blank). It can consist of multiple characters. LTRIM Examples
-- returns 'asdf '
--returns 'df'
-- returns 'df' |
|
![]() Cloudscape Version 3.6 For information about Cloudscape technical support, go to: www.cloudscape.com/support/.Copyright © 1998, 1999, 2000 Informix Software, Inc. All rights reserved. |