We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0450ceb commit 88de338Copy full SHA for 88de338
docs/doc/13-sql-reference/30-table-engines/02-random.md
@@ -18,7 +18,7 @@ Random engine is used to generate random data for testing purposes. If limit is
18
19
Example:
20
21
-```
+```sql
22
> create table r (a int, b timestamp, c String, d Variant) Engine = Random;
23
24
> select * from r limit 3;
0 commit comments