On Tue, 5 May 2009 16:55:42 -0400, Pavel Ivanov
<paiva...@gmail.com> wrote:

>Is it just me or somebody else is
>seeing too that the sql statement
> "select blobid, fbid from sig group by peerid" 
>is invalid and shouldn't be 
>executed or prepared at all?

You are right, it doesn't make sense.


@Joannek: When using group by, your select columns can only
use aggregate functions and the columns you group by.
Perhaps you meant to use ORDER BY here ?


>Pavel
-- 
  (  Kees Nuyt
  )
c[_]
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to