How to union tables without sql

i want to union all two tables on custom question, but just find joins operation.

Hi @philip
That depends on the database type:
https://www.metabase.com/docs/latest/users-guide/join.html

I don’t see anything about unions in that article. Am I missing something? Unions should map column names to each other and join two datasets longwise. The article seems to be about joins where you map a columns values together for joining widewise.

For reference, I’m on Postgres which supports unions and I see no way to do a union through Metabase beside sql.

1 Like