Online Documentation Server
 ПОИСК
ods.com.ua Web
 КАТЕГОРИИ
Home
Programming
Net technology
Unixes
Security
RFC, HOWTO
Web technology
Data bases
Other docs

 


 ПОДПИСКА

 О КОПИРАЙТАХ
Вся предоставленная на этом сервере информация собрана нами из разных источников. Если Вам кажется, что публикация каких-то документов нарушает чьи-либо авторские права, сообщите нам об этом.




Numerical Operators

Numerical Operators

Table 4-3. Postgres Numerical Operators

OperatorDescriptionUsage
! Factorial3 !
!! Factorial (left operator)!! 3
% Modulo5 % 4
% Truncate% 4.5
* Multiplication2 * 3
+ Addition2 + 3
- Subtraction2 - 3
/ Division4 / 2
: Natural Exponentiation: 3.0
@ Absolute value@ -5.0
^ Exponentiation2.0 ^ 3.0
|/ Square root|/ 25.0
||/ Cube root||/ 27.0

Note: Two operators, ":" and ";", are now deprecated and will be removed in the next release. Use the equivalent functions exp() and ln() instead.



With any suggestions or questions please feel free to contact us