Android Question SQLite rawQuery equivalent?

RAJAN MBA

Member
Licensed User
Longtime User
I would like to sum up a column in SQLite db. What is the equivalent of 'rawQuery' command?
 

keirS

Well-Known Member
Licensed User
Longtime User
Both ExecQuery and ExecQuery2 are raw queries. The SQL library doesn't use the Query method.
 
Upvote 0
Top