Member
alf.murazik
What is the use of the DISTINCT phrase in MySQL?
rosa
@alf.murazik DISTINCT eliminates the duplicate records in the selection and return unique values. We can use it also with aggregate functions like AVG, SUM, MAX, MIN etc.