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

Ceil Floor: Number Functions

This document lists and describes various SQL function types including number functions like CEIL, FLOOR, and MOD; character functions like UPPER, LOWER, and TRANSLATE; date functions like ADD_MONTHS, MONTHNAME, and NOW; conversion functions like CAST, TO_CHAR, and TO_NUMBER; and grouping functions like AVG, MAX, MIN, and SUM.

Uploaded by

1raju1234
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

Ceil Floor: Number Functions

This document lists and describes various SQL function types including number functions like CEIL, FLOOR, and MOD; character functions like UPPER, LOWER, and TRANSLATE; date functions like ADD_MONTHS, MONTHNAME, and NOW; conversion functions like CAST, TO_CHAR, and TO_NUMBER; and grouping functions like AVG, MAX, MIN, and SUM.

Uploaded by

1raju1234
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

SQL Function Types Number Functions CEIL FLOOR MOD ROUND - Number Function (ceil returns smallest integer

, floor returns greatest integer) Character Functions CHR INITCAP UPPER LTRIM RPAD LOWER TRANSLATE ROUND - Date Function SUBSTR USER LPAD SUBSTRB CONCAT TRUNC

REPLACE

TRIM

Character Functions Returning Number Values ASCII INSTRB LENGTH INSTR LENGTHB BIT_LENGTH (See LENGTH)

OCTET_LENGTH (See LENGTH) CHAR_LENGTH (See LENGTH) POSITION

Date Functions ADD_MONTHS TIMESTAMPADD CURRENT_TIME MONTHNAME YEAR NOW SECOND Conversion Functions CAST TO_CHAR TO_DATE CONVERT TO_NUMBER HOUR SYSDATE CURRENT_DATE MONTH CURDATE MINUTE LAST_DAY TIMESTAMPDIFF

TRUNC CURRENT_TIMESTAMP MONTHS_BETWEEN DAYOFMONTH

WEEK CURTIME NEXT_DAY

DAYNAME DAYOFWEEK

ROUND - Date Function DAYOFYEAR

Other Functions CASE NVL LEAST GREATEST DECODE USER LOCATE INTERVAL DATABASE SUBSTR IFNULL (See CASE and NVL) EXTRACT

Grouping Functions AVG MAX STDDEV VARIANCE COUNT MIN SUM

You might also like