update table on charts
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user