0% found this document useful (0 votes)
15 views

Function

The document lists various single row level functions including character, conversion, and date functions such as LOWER, UPPER, TO_CHAR, TO_DATE, MONTHS_BETWEEN, NEXT_DAY, and SYSDATE.

Uploaded by

jameer shaikh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views

Function

The document lists various single row level functions including character, conversion, and date functions such as LOWER, UPPER, TO_CHAR, TO_DATE, MONTHS_BETWEEN, NEXT_DAY, and SYSDATE.

Uploaded by

jameer shaikh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

--SINGLE ROW LEVEL FUNCTION

-- Character functions:
1.LOWER
2.UPPER
3.INITCAP
4.INSTR
5.CONCATE
6.LENGTH
7.TRIM
8.LTRIM
9.RTRIM
10.REPLACE
11.NULLIF
12.TRANSLATE
13.COALESCE
14.NVL
15.NVL2
15.SUBSTR
16.LPAD
17.RPAD

/*************** Conversion Function ******************/

TO_CHAR
TO_DATE
TO_NUMBER
TO_INTEGER
--CAST

/*************** DATE FUNCTION **************/

MONTHS_BETWEEN
NEXT_DAY
LAST_DAY
SYSDATE
SYSTIMESTAMP
ADD_MONTHS
CURRENT_DATE
TRUNC
CURRENT_TIMESTAMP
ROUND
EXCTRACT

You might also like