You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The greatest function only supports date. It would be great if it could support all comparable types. For now I have to use CASE WHEN to get the greatest value.
What does the feature do?
support select greatest(v1, 100) etc.
Implementation challenges
No response
The text was updated successfully, but these errors were encountered:
0neSe7en
changed the title
Add support for all comparable types for 'greatest' function
Add support for all comparable types for greatest function
Nov 14, 2024
What problem does the new feature solve?
The
greatest
function only supportsdate
. It would be great if it could support all comparable types. For now I have to useCASE WHEN
to get the greatest value.What does the feature do?
support
select greatest(v1, 100)
etc.Implementation challenges
No response
The text was updated successfully, but these errors were encountered: