I want to select the data from many tables, how to join tables?
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
got it, thank you.
On Thu, 22 Feb 2024 09:10:56 by benjamin.ru