On Tue, Jul 20, 2010 at 11:41 AM, dmsmsm <[email protected]> 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 [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

