19.bool.mql 133 B

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