Mega Code Archive

 
Categories / Oracle PLSQL / Numeric Math Functions
 

SQRT() extracts the square root from the input argument

SQL> Syntax: SQRT(<numeric expression>) SQL> SQL> SQL> SELECT   2     SQRT(100) root from dual;       ROOT ----------         10