Skip to content

Commit

Permalink
0005937: SymmetricDS User Guide Incorrectly Referencing Table Column
Browse files Browse the repository at this point in the history
Name Which Dropped From 3.14 Release Already
  • Loading branch information
erilong committed Aug 2, 2023
1 parent 5697774 commit 427c36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmetric-assemble/src/asciidoc/manage/outgoing-batches.ad
Expand Up @@ -30,7 +30,7 @@ The following query will show the number of data rows that have *not* been deliv

[source, sql]
----
select sum(data_event_count), node_id from sym_outgoing_batch
select sum(data_row_count), node_id from sym_outgoing_batch
where status != 'OK' group by node_id;
----

Expand Down

0 comments on commit 427c36e

Please sign in to comment.