Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com

Home

 
4D v20 R7
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



Siehe auch 

EXP

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Functions

 
SEITENINHALT 
 
GESCHICHTE 

 
ARTIKELVERWENDUNG

4D - SQL Reference ( 4D v20 R7)