Language that has a sort function similar to SQL

前端 未结 0 813
渐次进展
渐次进展 2020-12-17 09:15

In SQL, a sort can be done with something along the lines of:

ORDER BY
    {col_name | expr} ASC|DESC,
    {col_name | expr} ASC|DESC,
    ...
<
相关标签:
回答
  • 消灭零回复
提交回复
热议问题