หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
✅ 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'