• <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 中的时间?

        时间:2023-06-25
          • <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 中的时间?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:SQL Server 向现有表添加自动增量主键 下一篇:MySQL 无法删除外键约束中所需的索引

                  相关文章

                  <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>
                    1. <tfoot id='AA3n6'></tfoot>

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