Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
除了特定时间之外,我如何进行查询以返回今天的日期为“2013-05-12 08:00:00”。我想动态地进行,那么我该怎么做呢?
使用可以使用 MySQL 内置函数SYSDATE和下面的查询。
select sysdate();
看看这个。
我认为这可能CURDATE会CURTIME完成这项工作。还有其他选择,您可以根据需要指定特定格式。
CURDATE
CURTIME