Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> ltrim() in Oracel 8.1.6

ltrim() in Oracel 8.1.6

From: zhuwang <zhuwang_at_yahoo.com>
Date: 22 Apr 2002 20:27:32 -0700
Message-ID: <7dc0039d.0204221927.18083815@posting.google.com>


here are the output of several ltrim(), I really don't understand what is the purpose of ltrim(). How can I get the following results? Need your help and thanks.

SQL> select ltrim('ascsa','asc') from dual; L
-

SQL> select ltrim('asssssc','asc') from dual; L
-

SQL> select ltrim('asssssc','csa') from dual; L
-
Received on Mon Apr 22 2002 - 22:27:32 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US