-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add greatest(T,...)
and least(T,...)
SQL functions
#6531
Comments
greatest(T,...)
and least(T,...)
SQL functions
I'd like to continue this task if you don't mind. AFAIK there isn't an obvious blocker from the history of #6527 by @jimexist and #12474 by @rluvaton. For the topic in #12357 by @alamb, given |
I reopened my pr, can you please review my code there before I add tests? |
Upate is that @rluvaton added support for greatest in Perhaps we should file a separate ticket for |
I'll try to add the least function in the coming week |
Is your feature request related to a problem or challenge?
a challenge to implement
greatest
andleast
SQL functionsDescribe the solution you'd like
Similar to the 2023 standard
Describe alternatives you've considered
using if else but it is very cumbersome
Additional context
No response
The text was updated successfully, but these errors were encountered: