Posts by klaw • 19 points
1 post
-
1
votes2
answers3740
viewsQ: how can I use group by next to order by
how to use the GROUP BY along with the ORDER BY? need to order my tabela so ASC but I can’t use GROUP BY how should I use the two together? code snippet: mysqli_query($conn, "SELECT nome_fotos, img,…