Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8116709
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T03:54:55+00:00 2026-06-06T03:54:55+00:00

How can i find nth ROW from SQLiteDatabase in android, i want something like

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T03:54:57+00:00Added an answer on June 6, 2026 at 3:54 am
    Cursor c=db.rawQuery("SELECT * FROM Student", null);
                    c.moveToFirst();
                    index=c.getColumnIndex("rownum");
                    x=Integer.parseInt(c.getString(index));
                    while(index!=-1) 
                    {
                        if(x==456)//or n
                        {
    
                            //do something
    
                        }
                        else{
    
                            c.moveToNext();
                            index=c.getColumnIndex("rownum");
                            x=Integer.parseInt(c.getString(index));
    
                        }
                    }
    

    EDIT:

    Cursor c=db.rawQuery("SELECT * FROM Student", null);
    c.moveToPosition(2);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can anyone explain me how this query will work and find nth highest salary
I can find out that certain query has been fired to MySQL database from
I can find the definition files at http://www.php.net/~helly/php/ext/spl/... but I want to extend DirectoryIterator
I have a simple table of data, and I'd like to select the row
I would like to find nth occurence of a digit or character using regex
No idea why, but if ($(this).find(':nth-child(2)').is(span)) { var moveForward = $(this).find(.postInfo.forVideo); $(this).find(':nth-child(2)').insertAfter(moveForward); } Is
Can't seem to find an answer to this, say I have this: setInterval(function() {
how can I find the nth word in a text. example: my_txt(hello to you
I need find element position in list (as the built-in predicate nth, but here
So I've looked at this and this , and can't seem to find a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.