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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T02:25:40+00:00 2026-06-18T02:25:40+00:00

As I was going through the documentation of SQLite DB I found two things

  • 0

As I was going through the documentation of SQLite DB I found two things that don’t digest to me:

  1. I saw it got a data type BLOB . So any one please explain what is the real use of this data type?

  2. Then I found out it got Date And Time Functions , But i was not able use this in a successful way. i didn’t grab it’s main purpose also SQLITE doesn’t got a datatype for date so how this will work with SQlite ??

So please somebody help to understand this.

  • 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-18T02:25:41+00:00Added an answer on June 18, 2026 at 2:25 am
    1. BLOBs are designed to store binary data.
      They behave much like strings, but can store any data, such as zero bytes, or byte sequences that would not be valid UTF-8 data.

      You use BLOBs to store images, audio data, or just any kind of data that isn’t a valid string.

    2. As explained on the data types page, SQLite indeed does not have a separate date/time data type, but instead stores date/time values as strings or numbers.
      The data/time functions accept any string or number in such a format.

      To store a date in a SQLite database, use some SQLite function that returns a date (such as date('now') or current_timestamp), or just construct a string in the correct yyyy-mm-dd... format (or a day or seconds number).
      Such values can then be used with these date/time functions.

      If you don’t ever want to use SQLite’s built-in date/time functions, you also could use any other format to store dates/times.

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

Sidebar

Related Questions

Going through Javascript documentation, I found the following two functions on a Javascript object
I was going through hibenate documentation and found that it is possible to return
Going through some documentation on modifying CGImageRef data, I came across a strange example
I was going through the spark view engine documentation and found a lot of
Going through happstack-lite tutorial : we build functions that have return type of ServerPart
While going through SWig generated wrappers, I find that the PInvokes don't have any
I was going through Apple's documentation and I saw something like this (void (^)(void))
Going through the documentation of the SDF, i found many classes like the BitmapEx
I was going through some tutorial and documentation about zend framework, most of things
Going through Apache Cordova's source code, I ran into two lines of code that

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.