• <legend id='HX2VC'><style id='HX2VC'><dir id='HX2VC'><q id='HX2VC'></q></dir></style></legend>

    • <bdo id='HX2VC'></bdo><ul id='HX2VC'></ul>

  • <small id='HX2VC'></small><noframes id='HX2VC'>

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

        <tfoot id='HX2VC'></tfoot>

        如何获取当前日期&amp;在 MySQL 中的时间?

        How to get current date amp; time in MySQL?(如何获取当前日期amp;在 MySQL 中的时间?)
          • <bdo id='h2g3f'></bdo><ul id='h2g3f'></ul>

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

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

          • <tfoot id='h2g3f'></tfoot>

                <legend id='h2g3f'><style id='h2g3f'><dir id='h2g3f'><q id='h2g3f'></q></dir></style></legend>
                  <tbody id='h2g3f'></tbody>

                1. 本文介绍了如何获取当前日期&amp;在 MySQL 中的时间?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  是否有像 DATETIME 这样的值或命令,我可以在手动查询中使用它来插入当前日期和时间?

                  Is there a value or command like DATETIME that I can use in a manual query to insert the current date and time?

                  INSERT INTO servers (
                    server_name, online_status, exchange, disk_space, network_shares
                  ) VALUES(
                    'm1', 'ONLINE', 'ONLINE', '100GB', 'ONLINE' 'DATETIME' 
                  )
                  

                  最后引用的 DATETIME 值是我想添加当前日期和时间的地方.

                  The quoted DATETIME value at the end is where I want to add the current date and time.

                  推荐答案

                  你可以使用NOW():

                  INSERT INTO servers (server_name, online_status, exchange, disk_space, network_shares, c_time)
                  VALUES('m1', 'ONLINE', 'exchange', 'disk_space', 'network_shares', NOW())
                  

                  这篇关于如何获取当前日期&amp;在 MySQL 中的时间?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  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 分钟))
                    <tbody id='AA3n6'></tbody>

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

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