| 123456789101112131415161718192021222324252627282930 |
- select * from /test/basic where v_text='hello'
- /**
- count(1)
- **/
- ;
- select * from /test/basic where v_text='2003'
- /**
- count(1)
- **/
- ;
- select * from /test/basic where v_text='123-456-789'
- /**
- count(1)
- **/
- ;
- select * from /test/basic where v_text='中国'
- /**
- count(1)
- **/
- ;
- select * from /test/basic where v_text='magnitude'
- /**
- count(1)
- **/
- ;
|