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:
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;
0 Comments:
Post a Comment
<< Home