Update docs/en/interfaces/formats.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
Roman Bug 2021-10-05 11:02:30 +03:00 committed by GitHub
parent f469d75b91
commit 3906fc9374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -545,7 +545,6 @@ A particular case when JSON objects are enclosed in array with square brackets.
Query:
``` sql
DROP TABLE IF EXISTS json_square_brackets;
CREATE TABLE json_square_brackets (field String) ENGINE = Memory;
INSERT INTO json_square_brackets FORMAT JSONAsString [{"id": 1, "name": "name1"}, {"id": 2, "name": "name2"}];