Need help using having clause (V5) #4806
Unanswered
hbatalhaStch
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this function:
I need help filtering the the users by their vacation remaining days.
Running the code above I get an error saying that
totalRemainingDays
does not exist when using thehaving
clause, however,totalRemainingDays
works when used in theorderBy
clause.Beta Was this translation helpful? Give feedback.
All reactions