摘要: 在MySQL中有一些常见的函数,总结如下: 1、当前日期 select curdate(); select current_date(); 2、当前时间 select curtime(); select current_time(); 3、当前日期和时间 select now(); select c 阅读全文
posted @ 2021-03-16 17:39 赵Gary 阅读(286) 评论(0) 推荐(0)