2valid.mql 244 B

1234567891011121314151617181920212223
  1. select * from /ootest/ooautomobile/ limit -1
  2. /**
  3. output()
  4. count(24)
  5. **/
  6. ;
  7. select * from /ootest/ootire/ where brand = '普利司通' limit -1
  8. /**
  9. output()
  10. count(76)
  11. **/
  12. ;
  13. select * from /ootest/oorim/ limit -1
  14. /**
  15. output()
  16. count(160)
  17. **/
  18. ;