Use the Peliqan Join wizard to join two tables together, using a so called “Join”. Note that you can join tables from different sources, which is not possible in regular databases. This is possible thanks to Peliqan’s federated query engine.

There are different ways to join data, each explained below:

Join wizard

In the join wizard you can select 2 tables to be joined, a left and a right table.

If you want to join 3 or more tables, you should join 2 tables first, join this resulting table with a third table, and so on.

Screenshot 2023-01-17 at 16.06.35.png

Joins in SQL query editor

In the SQL query editor, you can write any type of SELECT query, including a query with a JOIN statement.

Join formulas

You can add a formula column in a table, which will show data from another table. Behind the scenes, a join will be performed. Following formulas are available: