From f24709082696614d86f9a51381d42e17a18f8872 Mon Sep 17 00:00:00 2001 From: shichun-0415 <89768198+shichun-0415@users.noreply.github.com> Date: Thu, 2 Feb 2023 15:57:16 +0800 Subject: [PATCH] Update sync-diff-inspector/sync-diff-inspector-overview.md --- sync-diff-inspector/sync-diff-inspector-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync-diff-inspector/sync-diff-inspector-overview.md b/sync-diff-inspector/sync-diff-inspector-overview.md index 866fd9fa73e6e..7177e4be06ffb 100644 --- a/sync-diff-inspector/sync-diff-inspector-overview.md +++ b/sync-diff-inspector/sync-diff-inspector-overview.md @@ -260,7 +260,7 @@ Average Speed: 113.277149MB/s - `TABLE`: The corresponding database and table names - `RESULT`: Whether the check is completed. If you have configured `skip-non-existing-table = true`, the value of this column is `skipped` for tables that do not exist in the upstream or downstream - `STRUCTURE EQUALITY`: Checks whether the table structure is the same -- `DATA DIFF ROWS`: `rowAdd` / `rowDelete`. Indicates the number of rows that need to be added/deleted to fix the table +- `DATA DIFF ROWS`: `rowAdd`/`rowDelete`. Indicates the number of rows that need to be added/deleted to fix the table ### SQL statements to fix inconsistent data