7 Replies
Personally I would create an alias of the union, and then create your orderBy with the alias variable. It makes the code a bit more clear as to what you’re doing.
I’m currently heading to the airport at the moment, so if you can’t solve it within that bit of info, let me know and I’ll give you an example after I land.
Have a great time!
Did you still need help with this, or did you figure it out? 🙂
I had to make completely different set of requests as a workaround. No idea how to use aliases to get it work(
so i've used sort method anyway. It's gonna block the event loop i guess
So I just had a play with it, and unfortunately
alias
was not the answer I had thought it would be. You would need to do something like this:
I was originally hoping to wrap the unionAll
in an alias(unionAll, 'myUnion')
, but unfortunately it did not work as I had thought at the time. But the sql
operator solves your problem 🙂👍
@НарбекDid you ever solve this? I'm having a similar problem. I tried using the second suggestion from @Justin , but I get an error saying my column doesn't exist.
pub
and owns
are similar queries to members
. They select the same columns. Only variation comes in the public
column in the select.