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
mysql> select avg(u_bigcustKey) from test; +--------------------+ | avg(u_bigcustKey) | +--------------------+ | 4073709000004.6665 | +--------------------+ 1 row in set (0.00 sec)
mysql> select avg(u_bigcustKey) from test; +--------------------+ | avg(u_bigcustKey) | +--------------------+ | 4073709000004.6667 | +--------------------+ 1 row in set (0.00 sec)
create table test(u_bigcustkey BIGINT); insert into test values(4073709000001),(4073709000004),(4073709000009); select avg(u_bigcustKey) from test;
root@ub01:/stonedb57/install# /stonedb57/install/bin/mysqld --version /stonedb57/install/bin/mysqld Ver 5.7.36-StoneDB for Linux on x86_64 (build-) build information as follow: Repository address: https://github.com/stoneatom/stonedb.git:stonedb-5.7-dev Branch name: stonedb-5.7-dev Last commit ID: e395f89e1 Last commit time: Date: Tue Dec 6 01:04:24 2022 +0800 Build time: Date: Tue Dec 6 16:03:58 CST 2022 root@ub01:~# cat /etc/os-release NAME="Ubuntu" VERSION="20.04.5 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.5 LTS" VERSION_ID="20.04"
The text was updated successfully, but these errors were encountered:
This will be fixed in #1226
Sorry, something went wrong.
hustjieke
No branches or pull requests
Have you read the Contributing Guidelines on issues?
Please confirm if bug report does NOT exists already ?
Describe the problem
Expected behavior
How To Reproduce
Environment
Are you interested in submitting a PR to solve the problem?
The text was updated successfully, but these errors were encountered: