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 5986407
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T22:40:00+00:00 2026-05-22T22:40:00+00:00

I have a table in DB called TABLE_3 which has several columns….and I wanna

  • 0

I have a table in DB called TABLE_3 which has several columns….and I wanna do a query to that table using conditions for two of its columns

KEY_SPEED>prefix

and
KEY_USER_ID_=user_id

but I don’t know how to write it…can someone help me with that…here is how my query looks with only one of the conditions….How should this look with 2 conditions?

public Cursor getViteze(int prefix,int user_id)
{

    Cursor mCursor=db.query(TABLE_3, new String[]{KEY_ROWID_3,KEY_LONGITUDE,KEY_LATITUDE,
            KEY_SPEED,KEY_TIME,KEY_USER_ID_},
    KEY_SPEED + ">" + prefix,null,null,null,null);
    return mCursor;
}

Thx!

UPDATE:

public Cursor getViteze(int prefix)
{

    Cursor mCursor=db.query(TABLE_3, new String[]

{KEY_ROWID_3,KEY_LONGITUDE,KEY_LATITUDE,
KEY_SPEED,KEY_TIME,KEY_USER_ID_},

    KEY_SPEED + ">" + prefix +" AND "+ KEY_USER_ID_ + "=" + 

3,null,null,null,KEY_SPEED + ” DESC”);

    return mCursor;

}
  • 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-22T22:40:01+00:00Added an answer on May 22, 2026 at 10:40 pm

    The condition argument is like WHERE clause in SQL, so you can concatenate your conditions with AND and OR, something like the following,

    KEY_SPEED + " > " + prefix + " AND KEY_USER_ID_=user_id"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table called BlogPost which has a 1-to-many relationship with the Comment
I have a table called as language which has a column called as lang_code.
I have a sql server 2005 table called ZipCode, which has all the US
I have a table called trends_points , this table has the following columns: id
I have a table in database called user which has following entries. Userid FirstName
I Have two columns Arrive_Date and Interval in a table called TimeZone. I am
I currently have a table called User which has a id column which is
I'm using LINQ to Entities. I have a table called Student; it has ID
I am using SQL Server 2008. I have a table which has a datetime
I have 2 tables. Table A has just one column called ID which has

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.