On Thu, Jan 19, 2012 at 1:49 PM, bhaskarReddy <uni...@gmail.com> wrote:

>
> Hi Friends,
>
>           is it possible to collect return value of a SQL command. ex:
> SELECT COUNT(*) FROM table;  will return number of records in a table. Is
> there any SQLite API to return this value.
>
>
It's the same api that returns values for
  SELECT * FROM table;
Only for Count(*) you result is one row and one column

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

Reply via email to