Endre Deak
01/26/2021, 1:32 AMUNION
. I need UNION
in my query, so I was wondering if I could wrap an SQL statement (something like SELECT 1 AS idx UNION ALL SELECT 2 UNION ALL SELECT 3
) and then I could use this expression to join to another table?Joel
01/27/2021, 2:45 PMJoel
01/27/2021, 2:46 PMExpression
and override toQueryBuilder
to do whatever you wanted.