morrySnow commented on code in PR #1897:
URL: https://github.com/apache/doris-website/pull/1897#discussion_r1928033586


##########
docs/sql-manual/sql-statements/Show-Statements/SHOW-CREATE-LOAD.md:
##########
@@ -24,37 +24,38 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-## SHOW-CREATE-LOAD
+## Description
 
-### Name
+This statement is used to display the creation statement of an import job.
 
-SHOW CREATE LOAD
-
-### Description
-
-This statement is used to demonstrate the creation statement of a import job.
-
-grammar:
+## Syntax
 
 ```sql
 SHOW CREATE LOAD for load_name;

Review Comment:
   1. 非参数要全大写
   2. 参数需要用尖括号包裹
   ```suggestion
   SHOW CREATE LOAD FOR <load_name>;
   ```



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to