| 123456789101112131415161718192021222324252627282930 |
- select * from /test/测试缓存库 where 文本='hello'
- /**
- count(1)
- **/
- ;
- select * from /test/测试缓存库 where 文本='2003'
- /**
- count(1)
- **/
- ;
- select * from /test/测试缓存库 where 文本='123-456-789'
- /**
- count(1)
- **/
- ;
- select * from /test/测试缓存库 where 文本='中国'
- /**
- count(1)
- **/
- ;
- select * from /test/测试缓存库 where 文本='magnitude'
- /**
- count(1)
- **/
- ;
|