Home >> MySql >> LEAST() aggregate function in MySql

LEAST() aggregate function in MySql

LEAST() find the least value in a list of expression.

Example

LEAST(2,5,3,4)

2

Post Your Comment

Next Questions
EXP() aggregate function
EXTRACT() aggregate function
MOD() aggregate function
TRUNC() aggregate function
FLOOR() aggregate function
CEIL() aggregate function
FIRST() aggregate function
LAST() aggregate function
MID() aggregate function
LEN() aggregate function
NOW() aggregate function
FORMAT() aggregate function
COUNT() aggregate function
LOWER() aggregate function
UPPER() aggregate function
INITCAP() aggregate function
SUBSTR() aggregate function
ASCII() aggregate function
LENGTH() aggregate function
TRIM() aggregate function
LTRIM() aggregate function
RTRIM() aggregate function
What is transaction
What is normalization and types of normalization
What is First Normal Form(1NF)

Copyright ©2022 coderraj.com. All Rights Reserved.