DSQL, PSQL
Possible name conflict
YES →
Result type
, INTEGER
or BIGINT
depending on the type of a. If a is a floating point type, the result is a .
Description
- Non-integer arguments are rounded before the division takes place. So, “
mod(7.5, 2.5)
” gives 2 (“mod(8, 3)
”), not 0.