ClickHouse/dbms/tests/queries/0_stateless/00231_format_vertical_raw.sql
alexey-milovidov be4be0758a
Remove escaping in presentational formats (#2476)
* Removed escaping in presentational formats; changed a way how NULL is output #1729

* Addition to prev. revision #1729

* Addition to prev. revision #1729

* Updated tests #1729

* Updated function visibleWidth to be consistent with Pretty formats #1729
2018-06-07 04:30:29 +03:00

2 lines
42 B
SQL

SELECT 'a\tb\nc\td' AS x FORMAT Vertical;