20.bool2.mql 135 B

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