• <tfoot id='Rr8B9'></tfoot>
    • <bdo id='Rr8B9'></bdo><ul id='Rr8B9'></ul>
    <i id='Rr8B9'><tr id='Rr8B9'><dt id='Rr8B9'><q id='Rr8B9'><span id='Rr8B9'><b id='Rr8B9'><form id='Rr8B9'><ins id='Rr8B9'></ins><ul id='Rr8B9'></ul><sub id='Rr8B9'></sub></form><legend id='Rr8B9'></legend><bdo id='Rr8B9'><pre id='Rr8B9'><center id='Rr8B9'></center></pre></bdo></b><th id='Rr8B9'></th></span></q></dt></tr></i><div id='Rr8B9'><tfoot id='Rr8B9'></tfoot><dl id='Rr8B9'><fieldset id='Rr8B9'></fieldset></dl></div>

      <small id='Rr8B9'></small><noframes id='Rr8B9'>

      1. <legend id='Rr8B9'><style id='Rr8B9'><dir id='Rr8B9'><q id='Rr8B9'></q></dir></style></legend>

      2. 如何将日期时间值插入 SQLite 数据库?

        时间:2023-10-10

              <small id='auSf1'></small><noframes id='auSf1'>

              <i id='auSf1'><tr id='auSf1'><dt id='auSf1'><q id='auSf1'><span id='auSf1'><b id='auSf1'><form id='auSf1'><ins id='auSf1'></ins><ul id='auSf1'></ul><sub id='auSf1'></sub></form><legend id='auSf1'></legend><bdo id='auSf1'><pre id='auSf1'><center id='auSf1'></center></pre></bdo></b><th id='auSf1'></th></span></q></dt></tr></i><div id='auSf1'><tfoot id='auSf1'></tfoot><dl id='auSf1'><fieldset id='auSf1'></fieldset></dl></div>

                  <tbody id='auSf1'></tbody>
                <legend id='auSf1'><style id='auSf1'><dir id='auSf1'><q id='auSf1'></q></dir></style></legend>
                <tfoot id='auSf1'></tfoot>
                  <bdo id='auSf1'></bdo><ul id='auSf1'></ul>
                  本文介绍了如何将日期时间值插入 SQLite 数据库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在尝试将日期时间值插入到 SQLite 数据库中.似乎成功了,但是当我尝试检索该值时出现错误:

                  I am trying to insert a datetime value into a SQLite database. It seems to be sucsessful but when I try to retrieve the value there is an error:

                  <无法读取数据>

                  SQL 语句是:

                  create table myTable (name varchar(25), myDate DATETIME)
                  insert into myTable (name,mydate) Values ('fred','jan 1 2009 13:22:15')
                  

                  推荐答案

                  你需要的格式是:

                  '2007-01-01 10:00:00'
                  

                  即yyyy-MM-dd HH:mm:ss

                  i.e. yyyy-MM-dd HH:mm:ss

                  但是,如果可能,请使用参数化查询,因为这样您就无需担心格式细节.

                  If possible, however, use a parameterised query as this frees you from worrying about the formatting details.

                  这篇关于如何将日期时间值插入 SQLite 数据库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:如何获得 Sqlite 中的前 5 条记录? 下一篇:如何在 SQLite 中为 DELETE 启用 LIMIT?

                  相关文章

                  <tfoot id='0uejd'></tfoot>

                    <small id='0uejd'></small><noframes id='0uejd'>

                  1. <legend id='0uejd'><style id='0uejd'><dir id='0uejd'><q id='0uejd'></q></dir></style></legend>

                        <bdo id='0uejd'></bdo><ul id='0uejd'></ul>
                    1. <i id='0uejd'><tr id='0uejd'><dt id='0uejd'><q id='0uejd'><span id='0uejd'><b id='0uejd'><form id='0uejd'><ins id='0uejd'></ins><ul id='0uejd'></ul><sub id='0uejd'></sub></form><legend id='0uejd'></legend><bdo id='0uejd'><pre id='0uejd'><center id='0uejd'></center></pre></bdo></b><th id='0uejd'></th></span></q></dt></tr></i><div id='0uejd'><tfoot id='0uejd'></tfoot><dl id='0uejd'><fieldset id='0uejd'></fieldset></dl></div>