Postingan

Menampilkan postingan dari November, 2017

Single-Row Functions

Single-row functions return a single result row for every row of a queried table or view. These functions can appear in select lists,  WHERE  clauses,  START WITH  and  CONNECT   BY  clauses, and  HAVING  clauses. Numeric Functions Numeric functions accept numeric input and return numeric values. Most numeric functions return  NUMBER  values that are accurate to 38 decimal digits. The transcendental functions  COS ,  COSH ,  EXP ,  LN ,  LOG ,  SIN ,  SINH ,  SQRT ,  TAN , and  TANH  are accurate to 36 decimal digits. The transcendental functions  ACOS ,  ASIN ,  ATAN , and  ATAN2  are accurate to 30 decimal digits. The numeric functions are: ABS ACOS ASIN ATAN ATAN2 BITAND CEIL COS COSH EXP FLOOR LN LOG MOD NANVL POWER REMAINDER ROUND (number) SIGN SIN SINH SQRT TAN TANH TRUNC (number) WIDTH_BUCKET Character Functions Returning Character Value...