From: Johan Andersson Date: November 29 2012 10:09am Subject: Re: NDB API Order by with Limit List-Archive: http://lists.mysql.com/cluster/8454 Message-Id: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d0447f0e6b58b9304cf9f7ae7 --f46d0447f0e6b58b9304cf9f7ae7 Content-Type: text/plain; charset=ISO-8859-1 Hi, Not that I am aware of. NdbIndexScanOperation::readTuples(..) let's you order by index order , but if you then want to sort it based on a particular column (if you are not happy with the index order) you would have to do it yourself in the application. Best regards, Johan On Thu, Nov 29, 2012 at 10:16 AM, Syed Shahanavaz wrote: > Hi, > > > > I am currently using NDB API for developing some web application. > > I faced a specific requirement where results from NDB Index scan have to be > ordered ascending on a specific column and limit results to a specific > value. > > Is there any way to order by on specific column in NDB API? > > > > Best Regards, > > SYED > > > > --f46d0447f0e6b58b9304cf9f7ae7--