הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
✅ 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'