| 123456789101112131415161718192021222324252627282930 |
- select count(*) as count from /test/mpartition where v_text='*hell*'
- /**
- matchcount("count", 1, 1)
- **/
- ;
- select count(*) as count from /test/mpartition where v_text='*20*'
- /**
- matchcount("count", 1, 1)
- **/
- ;
- select count(*) as count from /test/mpartition where v_text='*123-456*'
- /**
- matchcount("count", 1, 1)
- **/
- ;
- select count(*) as count from /test/mpartition where v_text='*中*'
- /**
- matchcount("count", 1, 1)
- **/
- ;
- select count(*) as count from /test/mpartition where v_text='*magni*'
- /**
- matchcount("count", 1, 1)
- **/
- ;
|