We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
least()/greatest()
MySQL docs: https://dev.mysql.com/doc/refman/8.0/en/comparison-operators.html#function_least TiDB implementation: https://github.com/pingcap/tidb/blob/b561dface8b0b6408bc067189cf0bcbfd5c6d617/expression/builtin_compare.go#L684
The text was updated successfully, but these errors were encountered:
@ywqzzy you can get help from @XuHuaiyu.
Sorry, something went wrong.
expression: support least/greatest for int/real. (#3801)
6ed8574
close #3358
reopen this issue since GREATEST/LEAST is not fully supported.
GREATEST
LEAST
LEAST()
ywqzzy
Successfully merging a pull request may close this issue.
MySQL docs:
https://dev.mysql.com/doc/refman/8.0/en/comparison-operators.html#function_least
TiDB implementation:
https://github.com/pingcap/tidb/blob/b561dface8b0b6408bc067189cf0bcbfd5c6d617/expression/builtin_compare.go#L684
The text was updated successfully, but these errors were encountered: