| 123456789101112131415161718192021222324252627282930313233 |
- 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)
- **/
- ;
|