Hello @ADX
,
Thanks for the ask and using Microsoft Q&A platform .
This is what i trried and it behaves differently then what i called out above . Can you please more details ?
.drop table T
.create table T (text:string, b:bool)
.ingest inline into table T <|
null,null
false,false
0,0
-1,-1
1,1
2,2
3,3
true,true
T | extend ['null?']=isnull(b)
Please do let me if you have any queries .
Thanks
Himanshu
-------------------------------------------------------------------------------------------------------------------------
or upvote
button .