LTRIM('OPS$SPORANO', 'OPS$') : LTRIM « Char Functions « Oracle PL / SQL






LTRIM('OPS$SPORANO', 'OPS$')

  
SQL>
SQL> SELECT LTRIM('OPS$SPORANO', 'OPS$')
  2  FROM   DUAL;

LTRI
----
RANO









                                                                                                                                      Page           1

   
  








Related examples in the same category

1.Ltrim: removes a set of characters from the left of a string
2.LTRIM function removes leading characters
3.select '"' || ltrim( ' Some String' ) || '"' "A String"
4.LTRIM and RTRIM
5.LTRIM('ABCBCA12345', 'ABC')
6.Trim letter S from both sides