morrySnow opened a new pull request, #3495:
URL: https://github.com/apache/doris-website/pull/3495

   ## Summary
   
   Add documentation for the ORDER BY and LIMIT clauses in UPDATE and DELETE 
statements, as introduced by https://github.com/apache/doris/pull/61681.
   
   ## Changes
   
   Updated 8 documentation files across dev (current) and 4.x versions, both 
English and Chinese:
   
   - **Syntax**: Added `[ORDER BY column [ASC | DESC] [NULLS FIRST | NULLS 
LAST] [, ...]]` and `[LIMIT [offset,] count]` clauses to UPDATE and DELETE 
syntax blocks
   - **Parameters**: Added descriptions for ORDER BY and LIMIT optional 
parameters
   - **Examples**: Added usage examples demonstrating ORDER BY + LIMIT and 
ORDER BY + LIMIT with offset
   - **Version tags**: Added `:::tip Supported since version 4.1.0. :::` in 4.x 
versioned docs only
   
   ### Files Modified
   
   | Version | Language | File |
   |---------|----------|------|
   | dev | EN | `docs/.../DML/UPDATE.md` |
   | dev | EN | `docs/.../DML/DELETE.md` |
   | 4.x | EN | `versioned_docs/version-4.x/.../DML/UPDATE.md` |
   | 4.x | EN | `versioned_docs/version-4.x/.../DML/DELETE.md` |
   | dev | ZH | `i18n/zh-CN/.../current/.../DML/UPDATE.md` |
   | dev | ZH | `i18n/zh-CN/.../current/.../DML/DELETE.md` |
   | 4.x | ZH | `i18n/zh-CN/.../version-4.x/.../DML/UPDATE.md` |
   | 4.x | ZH | `i18n/zh-CN/.../version-4.x/.../DML/DELETE.md` |
   
   ## Related PR
   
   - https://github.com/apache/doris/pull/61681


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to