19.bool.mql 153 B

123456789101112
  1. select * from /test/测试缓存库 where 布尔 = true
  2. /**
  3. count(2)
  4. **/
  5. ;
  6. select * from /test/测试缓存库 where 布尔 = false
  7. /**
  8. count(1)
  9. **/
  10. ;