select max(age),min(age) from user2;
結果:函數
select age from user2 order by age desc limit 1;
select age from user2 order by age limit 1;