SQL function learning (coalesce of functions in actual projects)

Source: Internet
Author: User

2013/01/25

1. Obtain the first non-empty value. (Practical application of functions in Projects)

Coalesce (A, B, C) is the first time I have used this function in a project.

The design requirements are as follows:

If the user "represents the user ID" is used as the query condition for subsequent operations,

Otherwise, the "user ID" is used as the query condition.

The implementation is as follows:

Coalesce (C. top_user_id, A. user_id) as "userid"

Summary:

Although this code does not look like anything,

However, if you are not familiar with SQL functions, it is easy to put your judgment into Java logic for implementation.

========================================================== ======================================

Benefits:

The clever way of writing this is that the user ID you need to query later is returned at once, and you do not have to judge it in the Java logic.


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.