update /test/测试二 set 文本=NULL where 字符串!='3' /** onerror(must,"can't update primary key") **/ ; select class,id,vtime,字符串,文本,文字 from /test/测试二 where 字符串!='3' /** output() count(3) **/ ; update /test/测试二 set 文字=NULL where 字符串!='3' ; select class,id,vtime,字符串,文本,文字 from /test/测试二 where 字符串!='3' /** output() matchcount(文字,null,3) **/ ; update /test/测试二 set 文字='test update null' where 字符串!='3' ; select class,id,vtime,字符串,文本,文字 from /test/测试二 where 字符串!='3' /** output() matchcount(文字,"test update null",3) **/ ;