Skip to content

TutorialAce

Online Tutorials | C#, Python, MySQL, Excel

  • Home
  • MySQL Tutorials
    • MySQL Tutorials List
    • MySQL SELECT statement
    • MySQL UPDATE statement
    • MySQL DELETE statement
    • MySQL LOOP statement
    • More
      • MySQL CASE statement
      • MySQL NULLIF Function
      • MySQL LOCATE Function
      • MySQL DROP COLUMN Statement
      • MySQL COUNT() Function
      • MySQL SUBSTRING_INDEX Function
      • MySQL EXISTS Operator
      • MySQL LIKE Operator
      • MySQL SUM() Function
  • Python Tutorials
    • Python for Loop
    • Python while Loop
    • Python Functions
      • Python any() Function
      • Python max() Function
      • Python min() Function
      • Python range() Function
      • Python sum() Function
    • Python List Length
    • Python break Statement
    • Python continue Statement
    • Math
      • Square root in Python
      • Absolute value in Python
  • C# Tutorials
    • StringBuilder in C#
    • C# Read Text File with StreamReader
    • C# Write to File
    • C# switch case Statements
    • C# if-else Statements
    • C# while Loop Statement
    • C# for Loop Statement
    • C# foreach Statement
    • More C# Tutorials
  • Excel Functions and Formulas
    • Excel COUNTIF Function
    • Excel SUMIF Function
    • INDEX and MATCH Excel
  • How-To
    • How is Simple Interest Calculated?
    • Compound Interest Calculation
    • How to Calculate the Percentage
    • How to Find the Median
    • How to Find the Mean Value
    • How to Calculate Profit Margin
    • How to Calculate Gross Profit

Sort data

MySQL ORDER BY Clause – Sort Data in Descending Order

MySQL-ORDER-BY-Clause-Sort-Data-in-Ascending-and-Descending-Order

How to Use the ORDER BY Clause in MySQL with Examples In this tutorial, you will learn to retrieve rows of a table sorted in ascending or descending order from a MySQL database. To get the rows sorted in ascending or descending order, we use MySQL ORDER BY clause along with a SELECT statement. The syntax … Read more

Categories Learn MySQL Tags Sort data Leave a comment

MySQL

  • MySQL ADD COLUMN Statement with Examples
  • MySQL ALTER TABLE Statement with Examples
  • MySQL AVG() Function with Examples
  • MySQL CASE Statement with Examples
  • MySQL CONCAT() Function | Concatenate Strings in MySQL
  • MySQL COUNT() Function – Count the Number of Rows
  • MySQL CREATE DATABASE with Examples
  • MySQL CREATE TABLE with Examples
  • MySQL CREATE USER – Add Users in MySQL
  • MySQL CROSS JOIN with Examples
  • MySQL CURDATE() Function with Examples
  • MySQL CURRENT_DATE Function with Examples
  • MySQL DATE_ADD() Function with Examples
  • MySQL DATE_FORMAT() Function with Examples
  • MySQL DATE_SUB() Function with Examples
  • MySQL DELETE Statement and Examples
  • MySQL DISTINCT Clause with Examples
  • MySQL DROP COLUMN Statement with Examples
  • MySQL DROP TABLE – Delete a Table in MySQL
  • MySQL DROP USER – Delete Users in MySQL
  • MySQL Dump Database Using mysqldump
  • MySQL EXISTS Operator with Examples
  • MySQL FIND_IN_SET() Function with Examples
  • MySQL GROUP BY Clause with Examples
  • MySQL GROUP_CONCAT Function with Examples
  • MySQL HAVING Clause with Examples
  • MySQL IF Statement with Examples
  • MySQL IFNULL() Function with Examples
  • MySQL IN Operator with Examples
  • MySQL INSTR Function with Examples
  • MySQL LEFT JOIN with Examples
  • MySQL LEFT() Function with Examples
  • MySQL LENGTH Function with Examples
  • MySQL LIKE Operator Pattern Matching and Examples
  • MySQL LIMIT Clause – How to Use the LIMIT Clause
  • MySQL LOCATE Function with Examples
  • MySQL LOOP with Examples
  • MySQL MAX() Function – Get the Maximum Value
  • MySQL MIN() Function – Get the Minimum Value
  • MySQL NOW() Function with Examples
  • MySQL NULLIF Function with Examples
  • MySQL ORDER BY Clause – Sort Data in Descending Order
  • MySQL RANK() Function with Examples
  • MySQL RENAME TABLE Statement with Examples
  • MySQL REPLACE Function with Examples
  • MySQL RIGHT() Function with Examples
  • MySQL ROUND() Function with Examples
  • MySQL ROW_NUMBER Function with Examples
  • MySQL SELECT Statement with Examples
  • MySQL SHOW TABLES Statement with Examples
  • MySQL SUBSTRING Function with Examples
  • MySQL SUBSTRING_INDEX Function with Examples
  • MySQL SUM() Function – Get the Total Value with Examples
  • MySQL TRIM() Function with Examples
  • MySQL UPDATE Statement with Examples
  • MySQL YEAR() Function – Extract the Year Part of a Date
© 2023 TutorialAce