摘要:
第一部分:SQL的本月统计和本周统计本月统计(MySQL) 1select * from booking where month(booking_time) = month(curdate()) and year(booking_time) = year(curdate()) 本周统计(MySQL) 1select * from spf_booking where month(booking_time) = month(curdate()) and week(booking_time) = week(curdate()) [SQLServer]表名为:tableName 时间字段名为:theD 阅读全文
posted @ 2012-02-05 14:06
狂风
阅读(2499)
评论(0)
推荐(1)
浙公网安备 33010602011771号