ClickHouse/tests/queries/0_stateless/01231_markdown_format.reference
Alexey Milovidov f5397c4430 Update tests
2021-08-15 10:53:46 +03:00

6 lines
273 B
Plaintext

| id | name | array | nullable | low_cardinality | decimal |
|-:|:-|:-|:-|:-|-:|
| 1 | name1 | [1,2,3] | Some long string | name1 | 1.11 |
| 2 | name2 | [4,5,60000] | \N | Another long string | 222.222222 |
| 30000 | One more long string | [7,8,9] | name3 | name3 | 3.33 |