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
Summary
SELECT (POW(FLOOR(ABS(9876.54321) * 10000), 2) % 18446744073709551615) + (FLOOR(EXP(SQRT(1234.56789)) * 10000) % 18446744073709551615) - (FLOOR(PI() * 10000) % 18446744073709551615) AS uint64_like_result;
Databend:1.8188020807335311e19 MySQL: 1.8188025698028737e19 Snowflake: 1.81880256980287e+19 DuckDB: 18188025698028737000
1.8188020807335311e19
1.8188025698028737e19
1.81880256980287e+19
18188025698028737000
The text was updated successfully, but these errors were encountered:
Snowflake will drop precisions for unknown reasons. I think duckdb & MySQL handle it better.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Summary
Databend:
1.8188020807335311e19
MySQL:
1.8188025698028737e19
Snowflake:
1.81880256980287e+19
DuckDB:
18188025698028737000
The text was updated successfully, but these errors were encountered: