Posts by Clériston Melo • 21 points
3 posts
-
0
votes2
answers48
viewsA: Place alphabetical order increasing the description, when the result comes from a search through numerical field
RESOLVED Stayed like this: $query_gerente = "SELECT * FROM colaborador WHERE colab_funcao in($cod_ger,$cod_gerjr) ORDER BY colab_nome_venda So simple, and I complicate. Thank you all once again for…
-
0
votes2
answers48
viewsQ: Place alphabetical order increasing the description, when the result comes from a search through numerical field
I now have a question, how to put the relationship of employees of a certain function code in ascending alphabetical order. I’ll put the code down: <table align="center"> <tr> <td…
-
0
votes1
answer46
viewsQ: Make a database query through an array
Hello, Guys, I got a big question here. I have a query where the user can select if they want to see all(Manager and Managers Jr), Only Managers Jr, or Directly select only one. All Only managers Jr…