firebird
firebird copied to clipboard
add modulo operator '%'
What's wrong with the built-in function MOD(A, B)?
No problem. Certainly Oracle is not implemented % operator, but PostgreSQL and MySQL have both MOD function and modulo operator.
So I want both MOD and % if it possible.
confirmed from the docs postgresql has both MOD and % https://www.postgresql.org/docs/16/functions-math.html
I think this PR should be closed and not merged. PostgreSQL way is different than Firebird way, they use much more non standard operators.