| 1234567891011121314151617181920212223 |
- SELECT
- cast(V_bigint as Text)
- FROM
- /test/basic
- /**
- output()
- match(v_bigint,`1234567890123456789`)
- **/
- ;
- select CLASS,ID from /test/ where V_VARCHAR=='*abc*'
- /**
- output()
- match(class,`/test/basic`,id,`5650978343644860354`)
- **/
- ;
|