Forum Discussion

Jens_Fiederer's avatar
Jens_Fiederer
Copper Contributor
Apr 19, 2024

"gettype()" function in KQL - "double" result

"double" is supposedly not a datatype in Kusto (Copilot says it is a synonym for "real"), but the gettype function will return it as a value... gettype(123.45) -> "real" gettype(cm.total) -> "doubl...

Resources