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
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users