Minor fixes

This commit is contained in:
Anna 2021-02-16 00:03:02 +03:00
parent c9dd1aa58b
commit 5a5542dd5c
2 changed files with 5 additions and 3 deletions

View File

@ -19,9 +19,7 @@ More text (Optional).
**Returned value(s)** **Returned value(s)**
- Returned values list. - Returned values list. [Type name](relative/path/to/type/dscr.md#type).
Type: [Type](relative/path/to/type/dscr.md#type).
**Example** **Example**

View File

@ -8,10 +8,14 @@ Columns:
**Example** **Example**
Query:
``` sql ``` sql
SELECT * FROM system.table_name SELECT * FROM system.table_name
``` ```
Result:
``` text ``` text
Some output. It shouldn't be too long. Some output. It shouldn't be too long.
``` ```