Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
DrGenious
Creator
Creator

Multiple Queries into a single sql component

Hi,

 

I am trying to find a way to run multiple queries into a single component:

Example: select * from id; select * from name; 

Labels (2)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

@DrGenious ,is returning columns and datatypes are same from both queries, you can try to use union or union all depending on your requirement.

 

 

View solution in original post

1 Reply
manodwhb
Champion II
Champion II

@DrGenious ,is returning columns and datatypes are same from both queries, you can try to use union or union all depending on your requirement.