Archive for the ‘数据库’ Category

  • MS SQL日期时间计算处理大全

    0

    这篇文章共分三个部分,收集了在互联网上用来处理MSSQL日期时间的几种方法。这里按我收集的先后排列。

    第一部分:SQL的本月统计和本周统计
    本月统计(MySQL)
    select * from booking where month(booking_time) = month(curdate()) and year(booking_time) = year(curdate())

    » Read the rest of the entry..

    分享到