On Tue, Jul 20, 2010 at 11:41 AM, dmsmsm <dijeshmat...@gmail.com> wrote:
>
> how to get the number of rows in a a table? what is the function to get that?
> Please add a sample code to achive that.


SELECT Count(*) FROM table;
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to