POST /_sql?format=json
{
"query": "SELECT * FROM library limit 100"
}
If i use limit 0,100, its not working.
And, i want to use pagination in application. is there any way to use offset in query?
Any other way to achieve pagination functionality.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.