5 messages in com.googlegroups.android-beginners[android-beginners] Re: How to get th...
FromSent OnAttachments
scorpio28 May 2008 06:01 
Mark Murphy28 May 2008 06:20 
scorpio28 May 2008 07:02 
Mark Murphy28 May 2008 07:18 
scorpio28 May 2008 09:14 
Subject:[android-beginners] Re: How to get the maximum value of an attribute in a table
From:scorpio (nith@gmail.com)
Date:05/28/2008 09:14:55 AM
List:com.googlegroups.android-beginners

thanks mark,

somehow managed..

Nithin

On May 28, 7:18 pm, Mark Murphy <mmur@commonsware.com> wrote:

scorpio wrote:

but here, the return value is an integer, but for Sqlitedatabase.query() its returning cursor, so how can we get the integer value.

http://tinyurl.com/3wop4x

Hint: you might want to look at first() and getInt().