mykonica <mykon...@163.com> wrote:
> If I execute a query like 'select col_1 from tbl_1', how to get the count of 
> query result before step it ?

You can't. You'll have to step through to the end while counting rows, or else 
run a statement like 'select count(*) from tbl_1'
-- 
Igor Tandetnik

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to