Skip to content

Commit

Permalink
[Doc] Update partial update desc in Change data through loading doc (#…
Browse files Browse the repository at this point in the history
…33112)

Signed-off-by: amber-create <[email protected]>
(cherry picked from commit dfb8656)
  • Loading branch information
amber-create authored and mergify[bot] committed Oct 19, 2023
1 parent 514b823 commit c0a87a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/loading/Load_to_Primary_Key_tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,10 @@ As shown in the preceding query result, the record whose `id` is `101` in `examp

Since v2.2, StarRocks supports updating only the specified columns of a table that uses the Primary Key table. This section uses CSV as an example to describe how to perform partial updates.

> **NOTICE**
>
> When you perform a partial update, if the row to be updated does not exist, StarRocks inserts a new row, and fills default values in fields that are empty because no data updates are inserted into them.
### Data examples

1. Prepare a data file.
Expand Down

0 comments on commit c0a87a3

Please sign in to comment.