D/MySQL
MySQL DAY()
yeon.Biju
2020. 4. 1. 16:20
MySQL 날짜함수, 시간함수
DAY()
DAY(date)
의 형태로 사용
DAY() is a synonym for DAYOFMONTH();
https://webobj.tistory.com/119
MySQL DAYOFMONTH()
MySQL 날짜함수, 시간함수 DAYOFMONTH() - 몇일인지를 return. DAYOFMONTH(date) 의 형태 Returns the day of the month for date, in the range 1 to 31, or 0 for dates such as '0000-00-00' or '2008-00-00')..
webobj.tistory.com