![]() |
php quik question
what is the SELECT sintax when i want order the results after 2 columns?
first i want order the results in DESC order after the column1 and the results that have same value of column1 i want to be ordered DESC after the values of column2 |
SELECT *
FROM table1 WHERE xxxx ORDER BY column1 ASC, column2 ASC |
All times are GMT -7. The time now is 09:22 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123