[Oracle] Functions

Source: Internet
Author: User

String Functions

Lower (char) to lowercase
Convert upper (char) to uppercase
Length (char) returns the length of the string.
Substr (char, m, n) truncates a string, the position starting from M (starting from 1), and the length of N.

Replace (char1, search_string, replace_string)
Instr (char1, char2 [, N [, m]) obtains the position of the string

Mathematical functions
Round (N [, m]) Rounding
Trunc (N [, m]) truncates a number
MoD (m, n) modulo
Floor (n) returns the largest integer less than or equal to n.
Ceil (n) returns the smallest integer greater than or equal to n.

Date Functions
Sysdate returns the system time
Add_months (d, n)
Last_day (d) returns the last day of the month of the specified date.

Conversion functions
To_char

Hh24
Hh12
Mi
SS

9: displays numbers. Ignore the preceding 0.
0: displays numbers. If not, use 0 to complete
.: Display the decimal point at the specified position
,:
$: Add US dollars before the number
L: Local Currency
C: International Currency
G: display the separator at the specified position
D: display the decimal point at the specified position

System Functions
Select sys_context ('userenv', 'db _ name') from dual;

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.