Special Math Operators
Postgres has all the mathematical operators you might expect in any programming language (e.g. +
,-
,*
,/
,%
). It also has a few extras that you might not be expecting.
Factorial Operator:
Square Root Operator:
Absolute Value Operator:
Last updated