Re: [sqlite] how to get the number of rows in a a table?

2010-07-20 Thread Timothy A. Sawyer
Select count(*) from table --Original Message-- From: dmsmsm Sender: sqlite-users-boun...@sqlite.org To: sqlite-users@sqlite.org ReplyTo: General Discussion of SQLite Database Subject: [sqlite] how to get the number of rows in a a table? Sent: Jul 20, 2010 09:41 how to get the number

Re: [sqlite] how to get the number of rows in a a table?

2010-07-20 Thread P Kishor
On Tue, Jul 20, 2010 at 11:41 AM, dmsmsm 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

[sqlite] how to get the number of rows in a a table?

2010-07-20 Thread dmsmsm
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. thanks dmsmsm -- View this message in context: http://old.nabble.com/how-to-get-the-number-of-rows-in-a-a-table--tp29216126p29216126.html Sent from the SQLite mailing list