elasticsql icon indicating copy to clipboard operation
elasticsql copied to clipboard

support more graceful missing check

Open cch123 opened this issue 8 years ago • 0 comments

current:

select * from a where id = missing

the expected:

select * from a where missing(id) = true

cch123 avatar Jun 24 '17 16:06 cch123