标签:format orm select 使用 时间 == nbsp span code
1、Date函数
select now() as now; select curdate(); select curtime();
select date(now());
2、日期格式 DATE YYYY-MM-DD DATETIME YYYY-MM-DD HH:MM:SS select date_format(now(), "%y===%m==%d");
*若希望查询简单且更易维护,不要在日期中使用时间部分。
标签:format orm select 使用 时间 == nbsp span code
原文地址:http://www.cnblogs.com/jiaoxuanwen/p/6661335.html