Re-learning database integration-use of Union and union and

Source: Internet
Author: User

UnionAndAndUse

Union The purpose of the command is SQL Statement results are merged. From this perspective, Union And Join Some of them are similar, because both commands can retrieve data from multiple tables. Union One limit is two. SQL The field generated by the statement must be of the same data type. In addition, when we use Union In this command, we will only see different data values ( Similar Select distinct) .  

Union all The purpose of this command is SQL Statement results are merged. Union all And Union The difference is that Union all Each qualified item is listed, regardless of whether the item value is repeated.

For example

Select * from (select * From fa_family where fa_name = '1' Union select * From fa_family where fa_name = '1') as fa_family

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.