12valid.mql 310 B

1234567891011121314151617181920212223
  1. select id from /test/oo/wheel where dim.llength >= 100
  2. /**
  3. output()
  4. count(4)
  5. **/
  6. ;
  7. select dim['llength', 'wwidth'] from /test/oo/wheel
  8. /**
  9. output()
  10. count(4)
  11. **/
  12. ;
  13. select id from /test/oo/wheel where dim.bk2.time("2020-05-15", "").sum(iparam1).groupby(sparam1).assert($2 > 0)
  14. /**
  15. output()
  16. count(4)
  17. **/
  18. ;