12valid.mql 656 B

123456789101112131415161718192021222324252627282930313233343536
  1. select * from /test/prepare
  2. /**
  3. matchcount(v_varchar, "*abc*", v_text, `hello word 2003 123-456-789 中华人民共和国是中国的唯一合法政府,台湾是中国一部分。 Mercury, Venus2,Earch%。Mars$Uranus CeresAndJupiterOrSaturn #Neptune Pluto_Charon"\""`, 1)
  4. **/
  5. ;
  6. select _group from /test/prepare where v_varchar=='*abc*'
  7. /**
  8. count(1)
  9. matchcount(_group, {
  10. "_all": [
  11. "aa"
  12. ]
  13. }, 1)
  14. **/
  15. ;
  16. select class from / where id='3991197448023402669'
  17. /**
  18. count(1)
  19. **/
  20. ;
  21. select class from /test/ where id='3991197448023402669'
  22. /**
  23. count(1)
  24. **/
  25. ;
  26. select class from /test/ where id='3991197448023402669' limit ?
  27. /**
  28. params(10)
  29. count(1)
  30. **/
  31. ;