Humble Trader

Sunday, March 12, 2006

Function LTRIM_CHR

Introduction:

Strips all of the specified character from the start of the string.

Location:

P_STRING_LIB

API:

   FUNCTION ltrim_chr(
p_string VARCHAR2,
p_chr CHAR)
RETURN VARCHAR2;

Notes:

0 Comments:

Post a Comment

<< Home