hi Mark,
but here, the return value is an integer, but for
Sqlitedatabase.query() its returning cursor, so how can we get the
integer value.
thanks
Nithin
On May 28, 6:21 pm, Mark Murphy <mmur...@commonsware.com> wrote:
scorpio wrote:
how we can get the maximum value of an attribute in a table, in
terminal , i checked and its working,
the query is -> select max(key) from Testing;
but how we can do this in Android.
Try SQLiteDatabase#rawQuery(), as documented on the Android site:
http://tinyurl.com/4r35qn