问一道easy query question,该如何处理

问一道easy query questionSample table:idvalues112231435162Task: write an SQL query to select the mo

问一道easy query question
Sample table:

idvalues
11
22
31
43
51
62

Task: write an SQL query to select the most commonly repeated value from the table above 


[解决办法]
牛,不得不佩服楼上的