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
mysql> SELECT a, b, sum(b) FROM t1;
+------+------+--------+
| a | b | sum(b) |
+------+------+--------+
| NULL | NULL | 124 |
+------+------+--------+
1 row inset (0.00 sec)
How To Reproduce
No response
Environment
[root@stonedb-test mysql-test]# /stonedb57/install/bin/mysqld --version
/stonedb57/install/bin/mysqld Ver 5.7.36-StoneDB-v1.0.1 for Linux on x86_64 (bu
build information as follow:
Repository address: https://github.com/stoneatom/stonedb.git:stonedb-5.7
Branch name: stonedb-5.7-dev
Last commit ID: f180323
Last commit time: Date: Wed Jun 14 15:44:47 2023 +0800
Build time: Date: Thu Jun 15 07:27:24 UTC 2023
Are you interested in submitting a PR to solve the problem?
Yes, I will!
The text was updated successfully, but these errors were encountered:
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
No response
Environment
Are you interested in submitting a PR to solve the problem?
The text was updated successfully, but these errors were encountered: