lower  max

Chapter 2: Transact-SQL Functions

ltrim

Description

Returns the specified expression, trimmed of leading blanks.

Syntax

ltrim(char_expr | uchar_expr)

Parameters

char_expr

is a character-type column name, variable, or constant expression of char, varchar, nchar, or nvarchar type.

uchar_expr

is a character-type column name, variable, or constant expression of unichar or univarchar type.

Examples

Example 1

select ltrim("    123")
-------
123

Usage

Standards

ANSI SQL – Compliance level: Transact-SQL extension.

Permissions

Any user can execute ltrim.

See also

Function rtrim





Copyright © 2005. Sybase Inc. All rights reserved. max

View this book as PDF