sql >> Base de Datos >  >> RDS >> Mysql

mysql no cuenta filas duplicadas

simplemente agregue DISTINCT

SELECT COUNT(DISTINCT profile_id) totalCOUNT FROM ptb_profile_views...

y repetir el alias,

$views['totalCOUNT']