Skip to content

Commit

Permalink
[doc] Add the query binlog example in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitozi committed Nov 14, 2024
1 parent 9e4b28a commit c3f6e7a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/content/maintenance/system-tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,10 +408,11 @@ SELECT * FROM T$statistics;
```
### Binlog Table

You can streaming or batch query the binlog through binlog table. In this system table,
the update before and update after will be packed in one row.
You can query the binlog through binlog table. In the binlog system table, the update before and update after will be packed in one row.

```sql
SELECT * FROM T$binlog;

```
/*
+------------------+----------------------+-----------------------+
| rowkind | column_0 | column_1 |
Expand Down

0 comments on commit c3f6e7a

Please sign in to comment.