Posts by Vinícius • 1 point
1 post
-
-2
votes2
answers51
viewsQ: How to sort a table in MYSQL, along with the query command
I wanted to know if it is possible to sort a table in Mysql, and in this same line of code a search query. $ resultado_consulta="SELECT * FROM alunos WHERE nome_aluno LIKE '%$pesquisar%' LIMIT 5"; I…