未验证 提交 e014151f 编写于 作者: T tavplubix 提交者: GitHub

Merge pull request #13445 from ClickHouse/add-test-insert-values-hex-float

Added a test for hex floats in INSERT VALUES
CREATE TEMPORARY TABLE t (x Float64);
INSERT INTO t VALUES (0x1.f7ced916872b0p-4);
SELECT * FROM t;
SELECT x = 0x1.f7ced916872b0p-4 FROM t;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册