Skip to content

Commit 942eaad

Browse files
authored
[doc]Modify the table format in the pk-table document (#1335)
1 parent 37cf995 commit 942eaad

File tree

1 file changed

+3
-0
lines changed
  • website/docs/table-design/table-types/pk-table

1 file changed

+3
-0
lines changed

website/docs/table-design/table-types/pk-table/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,15 @@ SELECT * FROM T;
144144
Generate the following output in the Flink SQL CLI:
145145

146146
```
147+
+-----------------------------+
147148
| op | k | v1 | v2 |
148149
| ---- | ---- | ---- | ------ |
149150
| +I | 1 | 2.0 | apple |
150151
| -U | 1 | 2.0 | apple |
151152
| +U | 1 | 4.0 | banana |
152153
| -D | 1 | 4.0 | banana |
154+
+-----------------------------+
155+
4 rows in set
153156
```
154157

155158
## Data Queries

0 commit comments

Comments
 (0)