Mysql
 sql >> Database >  >> RDS >> Mysql

Posso usare COUNT() e DISTINCT insieme?

Certo.

SELECT COUNT(DISTINCT column) FROM table;