You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Mateus Ferreira e Freitas <ma...@hotmail.com> on 2013/02/20 01:47:09 UTC

How to limit query results like "from row 50 to 100"




With CQL or an API. 		 	   		  

Re: How to limit query results like "from row 50 to 100"

Posted by aaron morton <aa...@thelastpickle.com>.
CQL does not support offset but does have limit. 

See http://www.datastax.com/docs/1.2/cql_cli/cql/SELECT#specifying-rows-returned-using-limit

Cheers

-----------------
Aaron Morton
Freelance Cassandra Developer
New Zealand

@aaronmorton
http://www.thelastpickle.com

On 20/02/2013, at 1:47 PM, Mateus Ferreira e Freitas <ma...@hotmail.com> wrote:

> With CQL or an API.