AMARANT Posted May 26, 2012 Share Posted May 26, 2012 How can I get the number of rows in my table with SQL COUNT statement? Please help me with that via some example of using. Link to comment
Castillo Posted May 26, 2012 Share Posted May 26, 2012 Can't you just do this? count = #executeSQLQuery ( "SELECT * FROM tableName" ) Link to comment
AMARANT Posted May 26, 2012 Author Share Posted May 26, 2012 Sorry, Solidsnake14 I can miss something obvious because I'm not good at SQLite yet. So thank you for your answer it definitely helped a lot. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now