집 > Q&A > 본문
伊谢尔伦2017-04-17 16:52:28
select * from table WHERE date_format(date,'%Y-%m') = '2017-3'
앞에 연도를 추가해야 하는 경우 데이터베이스 함수 date_format을 사용할 수 있습니다.형식은 이 문서를 참조하세요http://blog.csdn.net/kangbrot...< /피>