SQUARE (Azure Stream Analytics)
Función matemática que devuelve el cuadrado del valor float especificado.
Sintaxis
SQUARE (float_expression)
Argumento
float_expression
Es una expresión de tipo float o de un tipo que se puede convertir implícitamente en float.
Tipo de valor devuelto
float
Ejemplo
SELECT SQUARE(input.x) AS "The SQUARE of the variable x"
FROM input