concat two Prisma.sql queries.
I have two pretty complex queries which i created manually using
In some cases and since both return the same data type, I would like to run them in one go concatenated using
So, my question is: How can I concat two
In some cases and since both return the same data type, I would like to run them in one go concatenated using
(QUERY1) UNION (QUERY2).So, my question is: How can I concat two
Prisma.sql queries?