SQLiteQueryBuilder icon indicating copy to clipboard operation
SQLiteQueryBuilder copied to clipboard

COUNT statement

Open bbrakenhoff opened this issue 9 years ago • 1 comments

Hi,

I posted another issue #48 where you asked me to split my features in different issues, so this is the first one.

I wonder if you could find a way to easily make a select count statement like below :).

"SELECT COUNT(*) " + "FROM " + MOVIE_TABLE + " " + "WHERE " + MOVIE_ID_TRAKT + "=?";

bbrakenhoff avatar Oct 09 '16 13:10 bbrakenhoff

Also please add support for other functions, like SUM() and AVG().

EmmanuelMess avatar Jul 10 '18 20:07 EmmanuelMess