Python Mysql 如何 update 将某字段的值设为Null?而不是直接将字符串NULL或NOne写到mysql里面。
执行的sql处理就可以了,如:update table set field = null where id=1