Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
✅ Azure Stream Analytics ✅ Fabric Eventstream
A mathematical function that returns the square of the specified float value.
Syntax
SQUARE (float_expression)
Argument
float_expression
Is an expression of type float or of a type that can be implicitly converted to float.
Return Type
float
Example
SELECT SQUARE(input.x) AS "The SQUARE of the variable x"
FROM input