Skip to content
Mathias Rangel Wulff edited this page Jun 12, 2015 · 2 revisions

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

Clone this wiki locally