select count(category) from list where category like \'action\'
above is a query i want to run. However, when I run that query, I am getting data
count() always return int like type.
count()
int
Read result data with int accessor: eg. getInt(1)
getInt(1)