Would like to make a UNION
(MySQL, but PostgreSQL has them too) in a HoneySQL query. Searching the source code suggests it might be possible, but does not suggest an obvious approach to try.
Would like to make a UNION
(MySQL, but PostgreSQL has them too) in a HoneySQL query. Searching the source code suggests it might be possible, but does not suggest an obvious approach to try.
There appears to be no helper function, but you can use sql/build:
This helper could work, although it's not quite idiomatic with the other helpers: