filmov
tv
MySQL: MIN() and MAX() Functions

Показать описание
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";
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";