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