no more birdnet_stats.sh
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ $sql5 = "SELECT Com_Name,COUNT(*)
|
||||
AS Total
|
||||
FROM detections
|
||||
GROUP BY Com_Name
|
||||
ORDER BY MAX(Confidence) DESC";
|
||||
ORDER BY Total DESC";
|
||||
$speciestally = $mysqli->query($sql5);
|
||||
|
||||
$mysqli->close();
|
||||
|
||||
Reference in New Issue
Block a user