12valid.mql 599 B

12345678910111213141516171819202122232425262728293031
  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 * from /test/prepare where v_varchar=='*abc*'
  7. /**
  8. count(1)
  9. **/
  10. ;
  11. select class from / where id='3991197448023402669'
  12. /**
  13. count(1)
  14. **/
  15. ;
  16. select class from /test/ where id='3991197448023402669'
  17. /**
  18. count(1)
  19. **/
  20. ;
  21. select class from /test/ where id='3991197448023402669' limit ?
  22. /**
  23. params(10)
  24. count(1)
  25. **/
  26. ;