update table on charts

This commit is contained in:
2024-11-26 14:21:53 +01:00
parent 22c95fa063
commit 1e1e078489
6 changed files with 446 additions and 71 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ LEFT JOIN products ON result_project.idproducts = products.idproducts
WHERE LOWER(result_project.result_Rating) = 'fail'
GROUP BY namesupplier
ORDER BY counter DESC
LIMIT 10;
LIMIT 30;
";
$resultworstsupplier = mysqli_query($repnew, $worstsupplier) or die("Error in Selecting " . mysqli_error($repnew));