| 12345678910111213141516 |
- SELECT id,prom_str.time('2024-01-27', '') FROM /test/promdb_string
- /**
- output()
- matchcount(id, "promdb_string:wecise", "prom_str.len", 22, 1)
- **/
- ;
- -- 早期版本,相同labels的ikey编码结果可能不同
- -- 相同数据不能覆盖,结果为17
- SELECT id,prom_str2.time('2024-01-27', '') FROM /test/promdb_string2
- /**
- output()
- matchcount(id, "promdb_string2:wecise", "prom_str2.len", 16, 1)
- **/
- ;
|