22update_valid.mql 153 B

12345678910111213
  1. select * from /test/batch where v_float!=1.1 refresh
  2. /**
  3. output()
  4. count(10)
  5. **/
  6. ;
  7. select v_varchar, v_float, v_int from /test/batch
  8. /**
  9. output()
  10. **/
  11. ;