Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to find a way to run multiple queries into a single component:
Example: select * from id; select * from name;
@DrGenious ,is returning columns and datatypes are same from both queries, you can try to use union or union all depending on your requirement.
@DrGenious ,is returning columns and datatypes are same from both queries, you can try to use union or union all depending on your requirement.