This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 7c1863d00c7 fix
7c1863d00c7 is described below
commit 7c1863d00c79c77c5de5284e416ec5564da0fb8a
Author: jiafeng.zhang <[email protected]>
AuthorDate: Mon Aug 1 11:27:32 2022 +0800
fix
---
docs/get-starting/get-starting.md | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/docs/get-starting/get-starting.md
b/docs/get-starting/get-starting.md
index 1cdcfa300c7..4119718ed15 100644
--- a/docs/get-starting/get-starting.md
+++ b/docs/get-starting/get-starting.md
@@ -222,7 +222,7 @@ FE splits the query plan into fragments and sends them to
BE for task execution.
- After executing the SQL statement, you can view the corresponding SQL
statement execution report information on the FE's WEB-UI interface
-For a complete parameter comparison table, please go to [Profile parameter
analysis](../admin-manual/query-profile.md) View Details
+For a complete parameter comparison table, please go to [Profile parameter
analysis](../admin-manual/query-profile) View Details
#### Library table operations
@@ -239,7 +239,7 @@ For a complete parameter comparison table, please go to
[Profile parameter analy
CREATE DATABASE database name;
````
- > For more detailed syntax and best practices used by Create-DataBase, see
[Create-DataBase](../sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-DATABASE.md)
command manual.
+ > For more detailed syntax and best practices used by Create-DataBase, see
[Create-Database](../sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-DATABASE)
command manual.
>
> If you don't know the full name of the command, you can use "help command
a field" for fuzzy query. If you type 'HELP CREATE', you can match `CREATE
DATABASE`, `CREATE TABLE`, `CREATE USER` and other commands.
@@ -260,7 +260,7 @@ For a complete parameter comparison table, please go to
[Profile parameter analy
- Create data table
- > For more detailed syntax and best practices used by Create-Table, see
[Create-Table](../sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md)
command manual.
+ > For more detailed syntax and best practices used by Create-Table, see
[Create-Table](../sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE)
command manual.
Use the `CREATE TABLE` command to create a table (Table). More detailed
parameters can be viewed:
@@ -274,7 +274,7 @@ For a complete parameter comparison table, please go to
[Profile parameter analy
USE example_db;
````
- Doris supports two table creation methods, single partition and composite
partition (for details, please refer to
[Create-Table](../sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md)
command manual).
+ Doris supports two table creation methods, single partition and composite
partition (for details, please refer to
[Create-Table](../sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE)
command manual).
The following takes the aggregation model as an example to demonstrate the
table building statements for two partitions.
@@ -399,7 +399,7 @@ For a complete parameter comparison table, please go to
[Profile parameter analy
1. Insert Into
- > For more detailed syntax and best practices for Insert usage, see
[Insert](../sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT.md)
Command Manual.
+ > For more detailed syntax and best practices for Insert usage, see
[Insert](../sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT)
Command Manual.
The Insert Into statement is used in a similar way to the Insert Into
statement in databases such as MySQL. But in Doris, all data writing is a
separate import job. Therefore, Insert Into is also introduced as an import
method here.
@@ -449,7 +449,7 @@ For a complete parameter comparison table, please go to
[Profile parameter analy
- If `status` is `visible`, the data import is successful.
- If `warnings` is greater than 0, it means that data is filtered. You
can get the url through the `show load` statement to view the filtered lines.
- For more detailed instructions, see the
[Insert](../sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT.md)
command manual.
+ For more detailed instructions, see the
[Insert](../sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT)
command manual.
2. Batch Import
@@ -457,7 +457,7 @@ For a complete parameter comparison table, please go to
[Profile parameter analy
- Stream-Load
- > For more detailed syntax and best practices used by Stream-Load, see
[Stream-Load](../sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md)
command manual.
+ > For more detailed syntax and best practices used by Stream-Load, see
[Stream-Load](../sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD)
command manual.
Streaming import transfers data to Doris through the HTTP protocol, and
can directly import local data without relying on other systems or components.
See `HELP STREAM LOAD;` for detailed syntax help.
@@ -506,7 +506,7 @@ For a complete parameter comparison table, please go to
[Profile parameter analy
Broker import uses the deployed Broker process to read data on external
storage for import.
- > For more detailed syntax and best practices used by Broker Load, see
[Broker
Load](../sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md)
command manual, you can also enter `HELP BROKER LOAD` in the MySql client
command line for more help information.
+ > For more detailed syntax and best practices used by Broker Load, see
[Broker
Load](../sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD)
command manual, you can also enter `HELP BROKER LOAD` in the MySql client
command line for more help information.
Example: With "table1_20170708" as the Label, import the files on HDFS
into table1
@@ -598,7 +598,7 @@ For a complete parameter comparison table, please go to
[Profile parameter analy
#### Update Data
-> For more detailed syntax and best practices used by Update, see
[Update](../sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/UPDATE.md)
Command Manual.
+> For more detailed syntax and best practices used by Update, see
[Update](../sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/UPDATE)
Command Manual.
The current UPDATE statement **only supports** row updates on the Unique
model, and there may be data conflicts caused by concurrent updates. At
present, Doris does not deal with such problems, and users need to avoid such
problems from the business side.
@@ -643,7 +643,7 @@ The current UPDATE statement **only supports** row updates
on the Unique model,
#### Delete Data
-> For more detailed syntax and best practices for Delete use, see
[Delete](../sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/DELETE.md)
Command Manual.
+> For more detailed syntax and best practices for Delete use, see
[Delete](../sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/DELETE)
Command Manual.
1. Grammar rules
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]