| 4D v20SQRT | ||||||||||||||
| 
 | 
    4D v20
 SQRT 
         | |||||||||||||
| SQRT (arithmetic_expression) | ||
The SQRT function returns the square root of the arithmetic_expression.
This example returns the square root of the freight:
SELECT Freight, SQRT(Freight) AS "Square root of Freight"
FROM Orders
	Product:  4D
	Theme:  Functions
	
        
        
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D SQL Reference ( 4D v20)
	
	
 Add a comment
Add a comment