mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
minor text improvements
This commit is contained in:
parent
f126596261
commit
3c392079aa
@ -4,8 +4,9 @@
|
|||||||
- Relations with other engines if they exist.
|
- Relations with other engines if they exist.
|
||||||
|
|
||||||
## Creating a Table {#creating-a-table}
|
## Creating a Table {#creating-a-table}
|
||||||
|
``` sql
|
||||||
Syntax codeblock
|
CREATE TABLE ...
|
||||||
|
```
|
||||||
|
|
||||||
**Engine Parameters**
|
**Engine Parameters**
|
||||||
|
|
||||||
@ -13,19 +14,19 @@
|
|||||||
|
|
||||||
## Virtual columns {#virtual-columns}
|
## Virtual columns {#virtual-columns}
|
||||||
|
|
||||||
If they exist.
|
List and virtual columns with description, if they exist.
|
||||||
|
|
||||||
## Specifics and recommendations {#specifics-and-recommendations}
|
## Specifics and recommendations {#specifics-and-recommendations}
|
||||||
|
|
||||||
Algorithms
|
Algorithms
|
||||||
Specifics of read/write processes
|
Specifics of read and write processes
|
||||||
Examples of tasks
|
Examples of tasks
|
||||||
Recommendations for usage
|
Recommendations for usage
|
||||||
Specifics of data storage
|
Specifics of data storage
|
||||||
|
|
||||||
## Usage Example {#usage-example}
|
## Usage Example {#usage-example}
|
||||||
|
|
||||||
The example must show usage and/or a use cases. The following text contains recommended parts of an example.
|
The example must show usage and use cases. The following text contains the recommended parts of this section.
|
||||||
|
|
||||||
Input table:
|
Input table:
|
||||||
|
|
||||||
@ -42,7 +43,7 @@ Result:
|
|||||||
``` text
|
``` text
|
||||||
```
|
```
|
||||||
|
|
||||||
Any text clarifying the example.
|
Follow up with any text to clarify the example.
|
||||||
|
|
||||||
## See Also {#see-also}
|
## See Also {#see-also}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user