简体   繁体   中英

How to check != null in Cassandra using datastax DevCenter?

I've tried different cases:

where ip != NULL
where ip <> NULL
where ip IS NOT NULL

but it doesn't work :(

它通过狡猾的耳朵假动作起作用:

where ip >= ''

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM