Union in MySQL - MySQL Developer Tutorial

Union in MySQL 

MySQL Union operation is used to combine two or more result sets. Before you use UNION operator in MySQL or MariaDB, you need to remember couple of things.
UNION result set will be Distinct records. You don't have to use Distinct. If result sets have duplicate records, UNION will return only distinct records.

  1. When you combine two or more result sets, all the result sets should have the same number of columns.
  2. The data type of the columns of each result set should be compatible or same like other results set columns.

Syntax : 

Union in MySQL syntax


Select Column1,Column2,Column2 from TableOne
UNION
Select Column1,Column2,Column3 from TableTwo
UNION 
Select Column1,Column2,Column2 from TableThree



Example : 

Let's create couple of tables  by using below scripts and then we use Union operator.


CREATE TABLE `customer` (
  `idcustomer` int,
  `firstname` varchar(50)  NULL,
  `lastname` varchar(30)  NULL,
  `age` int(11) DEFAULT NULL,
  `phonenumber` char(11) DEFAULT NULL,
  `dob` date DEFAULT NULL,
  `gender` char(1) NOT NULL
) ;

insert into customer(idcustomer,firstname,lastname,age,phonenumber,dob,gender)
values
(1,'Raza','Ali',39,'505-4141969','1980-01-01','M'),
(2,'Aamir','Naz',39,'505-4141969','1980-01-01','M'),
(3,'Aamir','Shahzad',39,'505-4141900','1980-01-01','M'),
(4,'Aamir1','Shahzad',39,'505-4141900','1980-01-01','M'),
(5,'Robert','Ladson',69,'505-345900','1960-01-01','M');



create table customer4.

CREATE TABLE `customer4` (
  `idcustomer` int,
  `firstname` char(50)  NULL,
  `lastname` Nchar(30)  NULL,
  `age` int(3) DEFAULT NULL,
  `phonenumber` char(11) DEFAULT NULL,
  `dob` date DEFAULT NULL,
  `gender` char(1) NOT NULL
) ;

insert into customer(idcustomer,firstname,lastname,age,phonenumber,dob,gender)
values
(1,'Raza','Ali',39,'505-4141969','1980-01-01','M'),
(5,'Aamir','Naz',39,'505-4141969','1980-01-01','M')



Let's union combine the rows or customer and customer4 table.


select * from customer
UNION 
Select * from customer4;


MySQL Union 

Notice that in customer and customer4 some of the columns have different data types but it worked in UNION as the data is compatible.  Also Union returned distinct records in result set from two tables.


5 comments:

  1. Do you need Personal Finance?
    Business Cash Finance?
    Unsecured Finance
    Fast and Simple Finance?
    Quick Application Process?
    Finance. Services Rendered include,
    *Debt Consolidation Finance
    *Business Finance Services
    *Personal Finance services Help
    contact us today and get the best lending service
    personal cash business cash just email us below
    Contact Us: financialserviceoffer876@gmail.com
    call or add us on what's app +918929509036

    ReplyDelete
  2. If you have a musculoskeletal injury or movement dysfunction, your healthcare provider may refer you to physical therapy to help decrease pain and improve mobility. Your symptoms may be mild, or you may have symptoms that severely limit your functional mobility.Find out more about how these physical therapy treatments are used in the field physical therapy athens al.

    ReplyDelete
  3. Students have been Searching for MBOSE HSSLC important Question Paper 2023 All Subject Pdf Available in this page for Download. Students are Requested to get them Downloaded From Online before it is too close to the Public Exam so as to Start the Preparation on an early note, Meghalaya Board HSSLC Question Paper 2023 as Usually Designed by the Professionals who are aware of the Blueprint 2023 Followed by the board from the very Start. MBOSE HSSLC Question Paper 2023 So it is Recommended to the Students to Download the MBOSE HSSLC Model Paper 2023 PDF File Practice them for much benefits. MBOSE HSSLC Model Question Paper 2023 are Available in English, Hindi, Mathematics, Science, Social Science etc, Students can Simply Click on the Downloadable Link of the Respective Blueprint 2023 to Download it for Free, So, to help out the Exam Appearing Students, we had Collected Complete Information and Furnished here on this page.

    ReplyDelete
  4. Online gambling clubs, otherwise called virtual club or web gambling club are an internet based rendition of customary gambling clubs.출장안마추천
    출장샵매니저

    ReplyDelete