Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

GetType

✅ Azure Stream Analytics ✅ Fabric Eventstream

Returns a data type name of the value.

Syntax

GetType (expression) 
 

Arguments

expression

Is any valid expression.

Return Types

Returns data type name of the expression. The type of the returned name is nvarchar(max). Please see all supported data types in Data Types.

Examples

SELECT TollId, EntryTime 
FROM Input 
WHERE GetType( EntryTime ) = 'datetime'

Feedback

Was this page helpful?

Additional resources