sqlite

获取某个表中记录的总个数:

[self.dataBase intForQuery:@"select count(*) from groupSend"]

另附sql函数大全:

http://www.w3school.com.cn/sql/sql_func_first.asp

你可能感兴趣的:(sqlite)