php - How to get order output after using group in the sql query? -


I have my SQL table with the customer's name and order they are kept on time.

The table column is the name id, the customer's name, the order value, the status, and the made and modified.

I am able to group the number of customers and the number of orders.

Using a SQL query like this ..

  customer selection, counting) by customer order group  

Works fine but I want the output to be ordered according to the number of orders.

Thank you. Posted by "itemprop =" text ">

Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -