General functions of NVL, NVL2, NULLIF, and COALESCE in Oracle

Source: Internet
Author: User

Java code
1. NVL Function
The NVL function format is as follows: NVL (expr1, expr2)
If the first oracle parameter is null, the value of the second parameter is displayed. If the value of the first parameter is not empty, the original value of the first parameter is displayed.
2. NVL2 Functions
The format of the NVL2 function is as follows: NVL2 (expr1, expr2, expr3)
If the first parameter of the function is null, the value of the third parameter is displayed. If the value of the first parameter is not empty, the value of the second parameter is displayed.
3. NULLIF Function
NULLIF (exp1, expr2)
The function returns NULL if exp1 and exp2 are equal. Otherwise, the first value is returned.
4. Coalesce Function
Coalesce (expr1, expr2, expr3 ..... Exprn)
One statement is to display the first parameter that is not null. If all values are null, null is returned.

Related Article

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.