Hi Team,
I'm looking to have 3 tables say T1, T2 & T3 inside the table transformer macro. All tables have same column structure.
And looking to merge only 2 tables at a time and display the merged table in the page. (Either T1 &T3 or T2 & T3).
Can you pls help with the SQL query on the same?
Thanks and Regards,
Santhosh
Have found the answer. Thanks
Select * from T1
UNION
Select * from T3
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.