📜  mysql 当前日期 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:13.491000             🧑  作者: Mango

代码示例3
SELECT NOW();
It returns current date and time.