| 1234567891011121314151617181920212223 |
- select id from /test/oo/wheel where dim.llength >= 100
- /**
- output()
- count(4)
- **/
- ;
- select dim['llength', 'wwidth'] from /test/oo/wheel
- /**
- output()
- count(4)
- **/
- ;
- select id from /test/oo/wheel where dim.bk2.time("2020-05-15", "").sum(iparam1).groupby(sparam1).assert($2 > 0)
- /**
- output()
- count(4)
- **/
- ;
|