Home >> MySql >> Union in MySql

Union in MySql

The UNION removes duplicate records.

Both relations or table must have same number of column.

Example

T1 U T2

T1

Rows=100

Columns=10

T2

Rows=50

Columns=10

T1 U T2

Rows=150

Columns=10

When no T2 rows same.

T1 U T2

Rows=100

Columns=10

When T2 rows same.

Post Your Comment

Next Questions
Union all
Exits
Not Exits
Any
All
Max
Min
Avg
Count
Sum
How to see full query from SHOW PROCESSLIST
How do you display the whole query
How To Find Highest Salary
How To Find Second Highest Salary
How To Find Nth Highest salary
How to calculate number of days between two dates
Calculate days between two dates
How to Find the Number of Days Between Two Dates
How to Find the Number of Days Between Current Date to Specific Date
How much query taking long time to execute
How to Identify Performance Issues with Slow Queries
Using results from one query to use in another query
Using Output from one Query in a different Query
How to update a column with another column value from same table
How to update a column with another tables columns value

Copyright ©2022 coderraj.com. All Rights Reserved.