Re: [Virtuoso-users] ORDER BY and OFFSET bug

2010-05-17 Thread Ivan Mikhailov
Hello Alexandr, In current version, there's no good way to specify an OFFSET without LIMIT for an arbitrary query, because LIMIT and OFFSET were considered parts of splitting output to pages. The error diagnostics is misleading, maybe that will be improved. Best Regards, Ivan Mikhailov OpenLink

[Virtuoso-users] ORDER BY and OFFSET bug

2010-05-15 Thread Aleksandr A. Zaripov
Hello I'm using VOS 06.01.3127 x64 and it seems to me, I found a bug with ORDER BY - LIMIT - OFFSET options For example, the query SELECT DISTINCT ?s ?p ?o WHERE {?s ?p ?o} ORDER BY ?p successfully returns all (about 3,7k) triples, ordered by predicate. But the query SELECT DISTINCT ?