14bool.mql 209 B

123456789101112
  1. select count(*) as count from /test/mpartition where v_bool = true
  2. /**
  3. matchcount("count", 2, 1)
  4. **/
  5. ;
  6. select count(*) as count from /test/mpartition where v_bool = false
  7. /**
  8. matchcount("count", 1, 1)
  9. **/
  10. ;