Dear Frappe Insighters, we found a problem using inner joins. The SQL statement is quite easy:
SELECT t0.*
FROM tabEscala TSO
AS t0
INNER JOIN tabEscala De Jong Gierveld
AS t1
ON t0.owner = t1.owner
LIMIT 500
But the results are quite strange, so the left table is shown but the right table is not…