Pavel Pereslegin created IGNITE-20997:
-----------------------------------------
Summary: Sql. Improve the error message when attempting to divide
by zero.
Key: IGNITE-20997
URL: https://issues.apache.org/jira/browse/IGNITE-20997
Project: Ignite
Issue Type: Improvement
Components: sql
Reporter: Pavel Pereslegin
It seems worth improving the error message when attempting to divide by zero,
because the current message seems a bit confusing.
{code:SQL}
{{SELECT 1/0}}
{code}
Apache Ignite 3: "/ by zero"
PostgreSQL: "ERROR: division by zero"
MS SQL: "Divide by zero error encountered"
Oracle: "ORA-01476: divisor is equal to zero"
--
This message was sent by Atlassian Jira
(v8.20.10#820010)