2040valid.mql 406 B

12345678910111213141516
  1. SELECT id,prom_str.time('2024-01-27', '') FROM /test/promdb_string
  2. /**
  3. output()
  4. matchcount(id, "promdb_string:wecise", "prom_str.len", 22, 1)
  5. **/
  6. ;
  7. -- 早期版本,相同labels的ikey编码结果可能不同
  8. -- 相同数据不能覆盖,结果为17
  9. SELECT id,prom_str2.time('2024-01-27', '') FROM /test/promdb_string2
  10. /**
  11. output()
  12. matchcount(id, "promdb_string2:wecise", "prom_str2.len", 16, 1)
  13. **/
  14. ;