From: Magnus BlĂ„udd Date: March 12 2012 12:21pm Subject: Re: ClusterJ PredicateOperand.in List-Archive: http://lists.mysql.com/cluster/8263 Message-Id: <4F5DEA65.2000208@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2012-03-12 13:09, Wasif Riaz Malik wrote: > Hi, > > Are there any guarantees on the ordering of the results list if the query > uses an "in" predicate? Will the output order be same as the input order, > assuming that all rows exist in NDB? Here is a pastebin with the source > code of what I am trying to do: http://pastebin.com/LmWeMchE > > I am using ClusterJ 7.1.15a. > > Regards, > Wasif Riaz Malik > Unless you use an ORDER BY(or similar) there are no guarantees which order the records in a result set is returned in. / Magnus