![]() |
|||
|
|
|||
|
||||||||||||||||||||||||||||||
|
|
|
Looking for the original pages? (formerly called "Morgan's Library") You can find them here.
Term: SQRT
Definition: SQRT(x) Example Usage: The SQL below shows that SQRT function raises exception when used with negative number. SQL> select sqrt(-3) from dual; The SQL statement below returns the square root of 3. SQL> SELECT SQRT(3) FROM DUAL; Related Links: |
| Home : Code Library : Sponsors : Privacy : Terms of Use : Contact Us | 41 users online © 2009 psoug.org |