SQLite3-对NULL值的判定与更新 作者:时鹏亮 | 更新时间:10/31/2015 06:54:50当a为NULL的时候更新a:update table set a='' where a is null;同理,不为NULL,用is not NULL即可[……]阅读全文