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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T02:49:40+00:00 2026-06-05T02:49:40+00:00

How do I translate the following SQL statement for using sqliteDatabase.delete(…) – DELETE FROM

  • 0

How do I “translate” the following SQL statement for using sqliteDatabase.delete(...) –

DELETE FROM EVENTS_TB WHERE event_time < some_time

Where event_time and some_time are long and some_time is calculated time according to user’s selection.

  • 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-05T02:49:41+00:00Added an answer on June 5, 2026 at 2:49 am

    You should use delete() method of SQLiteDatabase instance.

    sq.delete("<tablename>", "event_time < ?", new String {String.valueOf(some_time)});
    

    or cleaner is when you declared db columns like static final fields for example

    static final String KEY_EVENT_TIME = "event_time";
    static final String TABLE_NAME = "EVENTS_TB";
    
    sq.delete(TABLE_NAME , KEY_EVENT_TIME + " < ?", new String {String.valueOf(some_time)});
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using IQueryable<T> interface. How can I translate the following sql statement to
How would the following sql statement translate to a linq query? select ID, Price,
Going backwards from SQL to LINQ2SQL is sometimes quite simple. The following statement SELECT
Can anyone tell me how to translate the following T-SQL statement: SELECT fileld1 =
I don't know how to translate Sql statement with join and subquery to linq..Following
I have the following from statement that I am trying to translate into LINQ
I want to translate following simple sql query into Linq to NHibernate: SELECT NewsId
What is the best way to translate the following problem in SQL table structure:
How do I translate the following method call from ObjectiveC to RubyMotion syntax: [self.faceView
I have the following LINQ query that I need to translate to Entity SQL

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.