gyli / DictMySQL

More convenient database manipulation with Python dictionary.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"select * from db where column is not null"如何写?

lx1054331851 opened this issue · comments

commented

select * from db where column is not null
如何写?

请参考 https://ligyxy.github.io/DictMySQL/#not-operator

db.select(table='db', where={'column': {'$NOT': None}})