Clemens
Regards,

2. Sorting the entries before LIMIT is applied.
1. Sorting the entries before group_concat() is applied; or


Chris Locke wrote:
> Whats the benefit of getting a sorted query and then sorting that query
> again?
>
> On Tue, Jul 12, 2016 at 12:45 AM, Stephen Chrzanowski <pontia...@gmail.com>
> wrote:
>
>> select * from (SELECT date_time_stamp FROM general ORDER BY date_time_stamp
>> DESC LIMIT 2) a order by date_time_stamp;
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to