Зміст курсу
Вступ до SQL
Вступ до SQL
Функція MAX()
MAX()
- Ця функція повертає найбільше значення в певному стовпці. Давайте розглянемо наступний приклад:
SELECT MAX(population) FROM country;
Пояснення: Тут MAX()
повертає найбільше значення населення в таблиці country
.
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to get the largest value from the surfacearea
column in the country
table.
Дякуємо за ваш відгук!
Функція MAX()
MAX()
- Ця функція повертає найбільше значення в певному стовпці. Давайте розглянемо наступний приклад:
SELECT MAX(population) FROM country;
Пояснення: Тут MAX()
повертає найбільше значення населення в таблиці country
.
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to get the largest value from the surfacearea
column in the country
table.
Дякуємо за ваш відгук!
Функція MAX()
MAX()
- Ця функція повертає найбільше значення в певному стовпці. Давайте розглянемо наступний приклад:
SELECT MAX(population) FROM country;
Пояснення: Тут MAX()
повертає найбільше значення населення в таблиці country
.
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to get the largest value from the surfacearea
column in the country
table.
Дякуємо за ваш відгук!
MAX()
- Ця функція повертає найбільше значення в певному стовпці. Давайте розглянемо наступний приклад:
SELECT MAX(population) FROM country;
Пояснення: Тут MAX()
повертає найбільше значення населення в таблиці country
.
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to get the largest value from the surfacearea
column in the country
table.