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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T08:23:53+00:00 2026-06-18T08:23:53+00:00

I have this query which works in SQL server: Convert(datetime, [ChangedDate]) >= DATEADD(DAY, -3,

  • 0

I have this query which works in SQL server:

Convert(datetime, [ChangedDate]) >= DATEADD(DAY, -3, CAST(GETDATE() AS DATE)) 

I want to make it work in Android SQLite database.

As far as I understood I need to use something like: date('now','+14 day') instead of DATEADD, but it gives me an error on datetime (it could be here Convert(datetime,…) in sqlite.

Can you modify this query in order to make it works on SQLite?

  • 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-18T08:23:54+00:00Added an answer on June 18, 2026 at 8:23 am

    SQLite does not have a date data type. So you’re not required to use convert or cast. A query like this would work:

    select  *
    from    table1
    where   col1 < datetime('now', '-3 days')
    

    Example at SQL Fiddle.

    For more details, see the SQLite manual:

    1.2 Date and Time Datatype

    SQLite does not have a storage class set aside for storing dates
    and/or times. Instead, the built-in Date And Time Functions of SQLite
    are capable of storing dates and times as TEXT, REAL, or INTEGER
    values:

    TEXT as ISO8601 strings (“YYYY-MM-DD HH:MM:SS.SSS”).

    REAL as Julian
    day numbers, the number of days since noon in Greenwich on November
    24, 4714 B.C. according to the proleptic Gregorian calendar.

    INTEGER
    as Unix Time, the number of seconds since 1970-01-01 00:00:00 UTC.

    Applications can chose to store dates and times in any of these
    formats and freely convert between formats using the built-in date and
    time functions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this query which works fine in SQL Server, but not in Access,
I have written a MDX query which works fine in SQL Server Management Studio.
I have written a query which works great on my local SQL Server 2005.
I have this query which works correctly in MySQL. More background on it here
I have this query which on executing in my sql command line client executes
I have this query which returns a result set with Date(column) as nvarchar datatype.
Right now I have this SQL query which is valid but always times out:
I have a problem getting this JPA query to work on MS SQL Server
I have a query which involves 2 tables 'Coupons' and 'CouponUsedLog' in SQL Server,
I have a query which I'm using with SQL Server 2008R2 via ADO.NET. When

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.