إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
✅ 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'