mysql> SELECT DAYOFMONTH('2017-12-15'); +--------------------------+ | DAYOFMONTH('2017-12-15') | +--------------------------+ | 15 | +--------------------------+ 1 row in set (0.02 sec)由运行结果可以看出,2017-12-15 是这个月的第 15 天。
本文链接:http://task.lmcjl.com/news/12414.html