| 123456789101112131415161718192021222324252627282930 |
- select * from /test/测试缓存库 where 文本=^'hell'
- /**
- count(1)
- **/
- ;
- select *from /test/测试缓存库 where 文本='*20*'
- /**
- count(1)
- **/
- ;
- select * from /test/测试缓存库 where 文本='*123-456*'
- /**
- count(1)
- **/
- ;
- select * from /test/测试缓存库 where 文本='*中*'
- /**
- count(1)
- **/
- ;
- select * from /test/测试缓存库 where 文本='*magni*'
- /**
- count(1)
- **/
- ;
|