huaxingao commented on a change in pull request #27288: [SPARK-30579][DOC] Document ORDER BY Clause of SELECT statement in SQL Reference URL: https://github.com/apache/spark/pull/27288#discussion_r368770825
########## File path: docs/sql-ref-syntax-qry-select-orderby.md ########## @@ -18,5 +18,121 @@ license: | See the License for the specific language governing permissions and limitations under the License. --- +The <code>ORDER BY</code> clause is used to return the result rows in a sorted manner +in the user specified order. Unlike the <code>SORT BY</code> clause, this clause guarantees Review comment: link to ```SORT BY```? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
