Skip to content

Question about sqlite time,timestamp types #152

Answered by billy1624
gzp79 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @gzp-crey, welcome!!

2.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:

Reference

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by tyt2y3
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #150 on September 30, 2021 19:10.