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

  1. <tfoot id='TxVBK'></tfoot>

    1. <small id='TxVBK'></small><noframes id='TxVBK'>

      • <bdo id='TxVBK'></bdo><ul id='TxVBK'></ul>
      <legend id='TxVBK'><style id='TxVBK'><dir id='TxVBK'><q id='TxVBK'></q></dir></style></legend>

      SQLite 按日期排序1530019888000

      SQLite Order By Date1530019888000(SQLite 按日期排序1530019888000)

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

        <tbody id='t13uq'></tbody>

            <legend id='t13uq'><style id='t13uq'><dir id='t13uq'><q id='t13uq'></q></dir></style></legend>

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

              • <bdo id='t13uq'></bdo><ul id='t13uq'></ul>
                <tfoot id='t13uq'></tfoot>
                本文介绍了SQLite 按日期排序1530019888000的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我的 SQLite 数据库中的每条记录都包含一个字段,该字段包含一个以 'yyyy- 格式存储为 stringDateMM-dd HH:mm:ss'.

                Every record in my SQLite database contains a field which contains a Date stored as a string in the format 'yyyy-MM-dd HH:mm:ss'.

                是否可以查询数据库以获取包含最近日期的记录?

                Is it possible to query the database to get the record which contains the most recent date please?

                推荐答案

                你可以这样做

                SELECT * FROM Table ORDER BY date(dateColumn) DESC Limit 1
                

                这篇关于SQLite 按日期排序1530019888000的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                How to delete duplicate records in mysql database?(如何删除mysql数据库中的重复记录?)
                Python Pandas write to sql with NaN values(Python Pandas 使用 NaN 值写入 sql)
                MySQL Insert amp; Joins(MySQL 插入 amp;加入)
                MySQL concat() to create column names to be used in a query?(MySQL concat() 创建要在查询中使用的列名?)
                NodeJS responded MySQL timezone is different when I fetch directly from MySQL(当我直接从 MySQL 获取时,NodeJS 响应 MySQL 时区不同)
                WHERE datetime older than some time (eg. 15 minutes)(WHERE 日期时间早于某个时间(例如 15 分钟))
                <i id='wYXrY'><tr id='wYXrY'><dt id='wYXrY'><q id='wYXrY'><span id='wYXrY'><b id='wYXrY'><form id='wYXrY'><ins id='wYXrY'></ins><ul id='wYXrY'></ul><sub id='wYXrY'></sub></form><legend id='wYXrY'></legend><bdo id='wYXrY'><pre id='wYXrY'><center id='wYXrY'></center></pre></bdo></b><th id='wYXrY'></th></span></q></dt></tr></i><div id='wYXrY'><tfoot id='wYXrY'></tfoot><dl id='wYXrY'><fieldset id='wYXrY'></fieldset></dl></div>

                <tfoot id='wYXrY'></tfoot>

                  <legend id='wYXrY'><style id='wYXrY'><dir id='wYXrY'><q id='wYXrY'></q></dir></style></legend>

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

                    • <bdo id='wYXrY'></bdo><ul id='wYXrY'></ul>
                        <tbody id='wYXrY'></tbody>