SELECT 'value'
Is there some way to model
Specifically I'm trying to do something like
but couldn't find a way to create the SELECT for unionAll
I can of course create it as a raw query and handle the types myself
SELECT 'value' without a table in drizzle?Specifically I'm trying to do something like
but couldn't find a way to create the SELECT for unionAll
I can of course create it as a raw query and handle the types myself