Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 180 Bytes

ASC.md

File metadata and controls

10 lines (7 loc) · 180 Bytes

Keyword ASC

ASC is using for sorting in ascending order.

Syntax:

    SELECT ... ORDER BY expression [ASC|DESC],...

See also: [ORDER BY](Order By) and DESC