2017年11月23日

MySQL 常用函数

摘要: 日期时间类函数 1、current_date(); //返回当前日期 2、current_time(); //返回当前时间 3、current_timestamp(); //返回当前时间戳 4、now(); //返回当前日期 + 时间(date + time) 同 localtime(); sysd 阅读全文

posted @ 2017-11-23 18:10 mtong木 阅读(113) 评论(0) 推荐(0)

导航