我在 MYSQL 中有一个表,其中在其他字段中我有两个字段,一个用于月(Varchar)和年(int)。月份字段用于存储月份的名称,年份用于存储输入数据的年份。我很困惑如何使用 where 类只显示最大月份和年份的记录。例如
10 records are there for month January 2013
50 records are there for month February 2013
.
.
.
100 records are there for the month of November 2014 --- (LAST ENTRY)
现在在这里我只想显示 2014 年 11 月的记录。我的代码是这样编写的,我不能使用选择查询,我必须使用 WHERE CLAUSE