What is the syntax for UNION?

What is the syntax for doing sql style UNION on two or more tables?

Hello @Nkekere_Tommy_Minimann,

We do not support UNION.
Could you please provide more information about what do you want to do and, we’ll try to help you.

Regards,
Olha

Hi Nkekere,

The closest to UNION we have is this:

Regards,
Mark

There are 9 tables a user can post to. When the user wants to search for all their posts I want to build a search query like this: Retrieve all posts from user in tableA + tableB + tableC +… Sorted by date of post

With this database design, you’d need to make 9 queries.