| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- alter class /test/malert_status with core=cassandraonly;
- select identifier from /test/malert_status order by identifier limit 0,10
- /**
- nooutput()
- count(10)
- **/
- ;
- select identifier from /test/malert_status order by identifier limit 100,10
- /**
- nooutput()
- count(10)
- **/
- ;
- select identifier from /test/malert_status order by identifier limit 200,10
- /**
- nooutput()
- count(10)
- **/
- ;
- select identifier from /test/malert_status order by identifier limit 300,10
- /**
- nooutput()
- count(10)
- **/
- ;
- select identifier from /test/malert_status order by identifier limit 400,10
- /**
- nooutput()
- count(10)
- **/
- ;
- select identifier from /test/malert_status order by identifier limit 500,10
- /**
- nooutput()
- count(10)
- **/
- ;
|