Mathematical Functions in SQL

Inhaltsverzeichnis  Linklist 
  1. ABS - absolute value
  2. CEIL - round to next bigger value
  3. FLOOR - round to next lower value
  4. HEX - hexadecimal value
  5. MOD - modulo
  6. ROUND - round a value
  7. SQRT - queare root
  8. TAN - tangens
  9. TRUNC - round to integer

ABS - absolute value

CEIL - round to the next bigger value

DB2

HEX - Hexadecimal-Code

FLOOR - round to the next lower value

DB2

MOD - modulo / Restwert

ROUND - round a value

SQRT - square root

TAN - tangens

TRUNC - make an Integer

Informix


Index
Copyright © 2002 by André Müller. This Object is open source. You can redistribute it and/or modify it under the terms of the Universal General Public License (UGPL).