Answers

Question and Answer:

  Home  MariaDB

⟩ Tell me what is the use of ORDER BY clause in MariaDB?

MariaDB ORDER BY Clause is used to sort the records in your result set in ascending or descending order.

Syntax:

SELECT expressions

FROM tables

[WHERE conditions]

ORDER BY expression [ ASC | DESC ];

 128 views

More Questions for you: