GetType (Azure Stream Analytics)
Published: March 3, 2016
Updated: April 22, 2016
Applies To: Azure
Returns a data type name of the value.
Syntax
GetType (expression)
expression
Is any valid expression.
Returns a data type name for the expression. Please see all supported data types in Data Types (Azure Stream Analytics).
SELECT TollId, EntryTime FROM Input WHERE GetType( EntryTime ) = ‘datetime’
Show: