| 1234567891011121314151617181920212223 |
- select * from /ootest/ooautomobile/ limit -1
- /**
- output()
- count(24)
- **/
- ;
- select * from /ootest/ootire/ where brand = '普利司通' limit -1
- /**
- output()
- count(76)
- **/
- ;
- select * from /ootest/oorim/ limit -1
- /**
- output()
- count(160)
- **/
- ;
|