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?

Pavel

On Mon, May 4, 2009 at 2:51 PM, Joanne Pham <joannekp...@yahoo.com> wrote:
> Hi All,
> I ran the following sql statement:
>     select blobid, fbid from sig group by peerid;
> return about 10 rows
>         222222
>        ...................
>        333333
> return about 10 rows and I got the error message:
>  SQL error: database disk image is malformed
>
> but when I ran the following sql statement:
>     select blobid, fbid from sig;
> I didn't see any error message. So why the first sql statement has problem 
> but not the second.
> Thanks
> JP
>
>
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to