$ errors.fyi/mssql/8134 128 namespaces · 4,025 codes
mssql · mssql/8134
8134

Divide by Zero Error Encountered

An expression attempted to divide by zero using the / operator or a modulo operation. Guard the divisor with a CASE expression or NULLIF(divisor, 0), or be aware that SET ARITHABORT / ANSI_WARNINGS settings affect whether this aborts the statement or returns NULL.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT