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

  • Home
  • SEARCH
  • 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 6171225
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T23:10:35+00:00 2026-05-23T23:10:35+00:00

First of all, please bear with me, I have minimal experience with SQLite. I

  • 0

First of all, please bear with me, I have minimal experience with SQLite. I am writing an app in Java for the Android platform and I’ve run into an issue while attempted to query a SQLite database.

I have implemented a database and I am unsure of how to write a method which returns a cursor of only specific rows with a certain value in a certain column. Say there is a column titled “date”, I would like to write a method which returns all the columns that do not have the value string “null” in the “date” column.

I know how to write a fetchAll() method and how to write a fetch() for specific rows given an ID, but I not multiple specific rows.

If anyone can help me it would be greatly appreciated.

  • 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-05-23T23:10:36+00:00Added an answer on May 23, 2026 at 11:10 pm

    These will return all the row where Date!=null

    public Cursor fetch() 
            {
                return db.query(DATABASE_TABLE,
                        null, 
                        DATE + "!=''",
                        null,
                        null, 
                        null, 
                        null);                        
    
    
            }
    

    If you don’t need all columns then use

    public Cursor fetch() 
                {
                    return db.query(DATABASE_TABLE,new String[] {
                        DATE,
                        TIME
                        },                        
                            DATE + "!=''",
                            null,
                            null, 
                            null, 
                            null);                           
    
    
                }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was involved in couple of cloud computing platform recently. First of all please
First of all, I know how to build a Java application. But I have
first of all: my Maven knowledge is limited so please bear with me. ;-)
First, please bear with me. I have hard time telling others my problem and
I have 2 1/2 years experience of VB.Net, mostly self taught, so please bear
First time poster so please bear with me. Basically I have a pdf document
I am working on writing a Django app for the first time, so bear
First of all: I am not an experienced ClearCase user, but I have lots
First of all, let me say I am very new to rails, have been
I'm new to Java development so please bear with me. Also, I hope I'm

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.