Hi all,
  Is there any SQLite C API to find number of rows returned by select query?
right now we have to do workaround like this,
"Select count(*) as Count from (select .....) ".

Regards,
Manohar.S
-- 
hope is the only thing which keeps us all happy
http://sqlyog.wordpress.com/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to