-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
bug: union clause return incorrect result set #1885
Comments
~~ it's about data precision. ~~ with duplication columns, it seems output a correct result.
|
add query table: ./test/cs1 |
the tye of the 3rd of output column is : decimal(17,17). and in union operation. the val of the output is : 125 * 100000000000000000. Therefore, it overflows with type of
ref: https://stonedb.io/docs/SQL-reference/data-types
|
It is recommended to give a prompt, prompting super precision after union |
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: