Skip to content

Commit 88de338

Browse files
authored
Update 02-random.md
1 parent 0450ceb commit 88de338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/doc/13-sql-reference/30-table-engines/02-random.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Random engine is used to generate random data for testing purposes. If limit is
1818

1919
Example:
2020

21-
```
21+
```sql
2222
> create table r (a int, b timestamp, c String, d Variant) Engine = Random;
2323

2424
> select * from r limit 3;

0 commit comments

Comments
 (0)