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

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

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

          <bdo id='Ok9TT'></bdo><ul id='Ok9TT'></ul>
      2. 如何仅从 MySQL 的 DATETIME 字段中选择日期?

        How to select only date from a DATETIME field in MySQL?(如何仅从 MySQL 的 DATETIME 字段中选择日期?)
        <tfoot id='aiE2K'></tfoot>
            <tbody id='aiE2K'></tbody>

            <bdo id='aiE2K'></bdo><ul id='aiE2K'></ul>
            <legend id='aiE2K'><style id='aiE2K'><dir id='aiE2K'><q id='aiE2K'></q></dir></style></legend>
          • <small id='aiE2K'></small><noframes id='aiE2K'>

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

                  本文介绍了如何仅从 MySQL 的 DATETIME 字段中选择日期?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我在 MySQL 数据库中有一个使用 DATETIME 设置的表.我只需要在此表中 SELECT 仅按 DATE 并排除时间.

                  I have a table in the MySQL database that is set up with DATETIME. I need to SELECT in this table only by DATE and excluding the time.

                  如何在此表中仅按日期并绕过时间SELECT,即使该特定列设置为 DATETIME?

                  How do I SELECT in this table by only date and bypassing the time, even if that specific column is set to DATETIME?

                  现在是:2012-01-23 09:24:41

                  我只需要为此做一个 SELECT:2012-01-23

                  I need to do a SELECT only for this: 2012-01-23

                  推荐答案

                  SELECT DATE(ColumnName) FROM tablename;

                  更多关于 MySQL DATE()函数.

                  这篇关于如何仅从 MySQL 的 DATETIME 字段中选择日期?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  Bogus foreign key constraint fail(虚假外键约束失败)
                  how to get last insert id after insert query in codeigniter active record(如何在codeigniter活动记录中插入查询后获取最后一个插入ID)
                  Force InnoDB to recheck foreign keys on a table/tables?(强制 InnoDB 重新检查表/表上的外键?)
                  How to auto generate migrations with Sequelize CLI from Sequelize models?(如何使用 Sequelize CLI 从 Sequelize 模型自动生成迁移?)
                  Clear MySQL query cache without restarting server(无需重启服务器即可清除 MySQL 查询缓存)
                  ALTER TABLE to add a composite primary key(ALTER TABLE 添加复合主键)

                    <legend id='4zKLZ'><style id='4zKLZ'><dir id='4zKLZ'><q id='4zKLZ'></q></dir></style></legend>

                      <small id='4zKLZ'></small><noframes id='4zKLZ'>

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