Number of rows returned in a sqlite statement

Posted by Christopher Brady on Stack Overflow See other posts from Stack Overflow or by Christopher Brady
Published on 2010-05-12T20:29:57Z Indexed on 2010/05/12 20:34 UTC
Read the original article Hit count: 485

Filed under:
|
|

Is there any easy way to get the number of rows returned by a sqlite statement? I don't want to have to go through the process of doing a COUNT() first. Thanks.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about sqlite