Fix calcolo devices per vendor

This commit is contained in:
loviuz 2020-08-08 22:39:47 +02:00
parent aca9cb8e36
commit 297d2f20cf
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ switch( $_POST['op'] ){
$sql = "
SELECT
SUBSTRING(mac, 1, 8) AS indice,
COUNT(mac) AS valore
COUNT(DISTINCT(mac)) AS valore
FROM
`logs`
GROUP BY