'count the devices that has the same firmware
Just want to count the number of devices and display it here:

I have tried using
"SELECT DISTINCT Firmware, COUNT(SerialNumber) FROM SoftwareCycle GROUP BY Model"
however, the firmware gets duplicated.

here is the table structure:

Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
