1.sql 174 Bytes
ALTER table message add COLUMN test TEXT
UPDATE message SET test = 'sql默认' WHERE tes t= NULL--试过了,执行了,但是没有结果,并没有更新数据库内容