Skip to content

Commit a293326

Browse files
committed
[doc]Remove redundant statement terminators in the reads document
1 parent bc49735 commit a293326

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

website/docs/engine-flink/reads.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ INSERT INTO log_table
182182
VALUES (1, 'Customer1', 'IVhzIApeRb ot,c,E', 15, '25-989-741-2988', 711.56, 'BUILDING', 'comment1'),
183183
(2, 'Customer2', 'XSTf4,NCwDVaWNe6tEgvwfmRchLXak', 13, '23-768-687-3665', 121.65, 'AUTOMOBILE', 'comment2'),
184184
(3, 'Customer3', 'MG9kdTD2WBHm', 1, '11-719-748-3364', 7498.12, 'AUTOMOBILE', 'comment3');
185-
;
186185
```
187186

188187
2. Query from table.

0 commit comments

Comments
 (0)