4D v14

SQRT

Home

 
4D v14
SQRT

SQRT  


 

 

Command SQRT

SQRT (arithmetic_expression)

The SQRT function returns the square root of the arithmetic_expression.

Example  

This example returns the square root of the freight:

SELECT Freight, SQRT(Freight) AS "Square root of Freight"
FROM Orders

 
PROPERTIES 

Product: 4D
Theme: Functions

 
SEE ALSO 

EXP

 
ARTICLE USAGE

4D SQL Reference ( 4D v11 SQL Release 4 )
4D SQL Reference ( 4D v14)
4D SQL Reference ( 4D v12.1)
4D SQL Reference ( 4D v13.4)
4D SQL Reference ( 4D v14 R2)
4D SQL Reference ( 4D v14 R3)
4D SQL Reference ( 4D v14 R4)