MySQL: MIN() and MAX() Functions

preview_player
Показать описание
So this tutorial showing you how to use maximum and minimum functions

steps :
Use Minimum
1- select min(type column name) as "type title" from "type table";

Use Maximum
2- 1- select max(type column name) as "type title" from "type table";
Рекомендации по теме
visit shbcf.ru