- From: Seaborne, Andy <andy.seaborne@hp.com>
- Date: Tue, 14 Jun 2005 18:14:28 +0100
- To: "Souripriya Das" <souripriya.das@oracle.com>, <public-rdf-dawg@w3.org>
-------- Original Message -------- > From: Souripriya Das <> > Date: 14 June 2005 15:11 > > Noticed a minor typo in sec 10.1 (under OFFSET heading) in > http://www.w3.org/2001/sw/DataAccess/rq23 v1.394 > > "The order in which solutions are returned is initially undefined so > using LIMIT and OFFSET to select different subsets of the query > solutions will given not be useful unless the order is made predictable > by ensuring ordered results using ORDER BY." > > Possible fix: Remove "given" in the above sentence. > > Thanks, > - Souri. Corrected as: """ The order in which solutions are returned is initially undefined. Using LIMIT and OFFSET to select different subsets of the query solutions will not be useful unless the order is made predictable by using ORDER BY. """ Thanks Andy
Received on Tuesday, 14 June 2005 17:14:38 UTC