Skip to content

日期时间

输出日期时间、日期、时间。

SELECT NOW() AS result;

SELECT CURDATE() AS result;

SELECT CURTIME() AS result;

联系 math@baima.site