How can i find nth
ROW from SQLiteDatabase in android, i want something like this SELECT * FROM Student WHERE rownum = 2;
Here rownum
is not a part of Table in my DB looks like
--------
Number
--------
123
456
789
So here i want to fetch row 456
.