Specifies an ordering of the rows of the result table from a SELECT list. ... SELECT column1 FROM VALUES (1), (null), (2), (null), (3) ORDER BY column1; ...
確定! 回上一頁