StackPuz Forum

How to join tables

StackPuz Website

I want to select the data from many tables, how to join tables?

On Tue, 20 Feb 2024 19:30:46 by benjamin.ru
Comment 1

You need to create the 1:1 relation first, then select the columns from the related table in the Views Model section. This will cause SQL JOIN operation.
Please see the detail at https://doc.stackpuz.com/create-relation/#11-relationship

On Wed, 21 Feb 2024 09:37:57 by Admin ✓ Accepted
Comment 2

got it, thank you.

On Thu, 22 Feb 2024 09:10:56 by benjamin.ru

*To create the code section, use <code>your code</code> and to create the link, use <a>your link url</a>