Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
govindvasu
Contributor III
Contributor III

Concatenate tables

I have two tables and i have to concatenate them

TableA

emp_id   Name    age

1                 John        32

2                 smith       25

TableB

emp_id   Name    age

1                 John        30

2                 Kim           25

what would be my resultant table. Will it show the John two time with different ages?

Labels (2)
1 Solution

Accepted Solutions
BrunPierre
Partner - Master
Partner - Master

Exactly! Because concatenation preserves all the rows from both tables, even if the columns have duplicate values.

View solution in original post

1 Reply
BrunPierre
Partner - Master
Partner - Master

Exactly! Because concatenation preserves all the rows from both tables, even if the columns have duplicate values.