SQL - Order by

Data System Architecture

About

order by is a query clause that will sort the records (row) according to a collation.

Example

select firstname, lastname from user order by creation_date DESC





Discover More
Data System Architecture
Collation - String comparison

Collation is a general term for the process and function of determining the sorting order of strings of characters (or in other term, how a strings comparison is performed) Collation implementations must...
Card Puncher Data Processing
Datacadamia - Data all the things

Computer science from a data perspective



Share this page:
Follow us:
Task Runner