-
Is this a problem with my operation, or a feature to be improved. CREATE DATABASE databend0;
USE databend0;
CREATE TABLE t0(c0 BIGINT NULL, c1 DOUBLE NULL DEFAULT(true));
CREATE TABLE t1(c0 FLOAT NULL);
SELECT SUM(count) FROM (SELECT ((false IS NOT NULL AND false) ::INT64)as count FROM t1 NATURAL LEFT JOIN t0) as res;
Code: 1010, displayText = Can't construct type from Float32(Float32) and Int64(Int64). |
Beta Was this translation helpful? Give feedback.
Answered by
BohuTANG
Aug 18, 2022
Replies: 1 comment 2 replies
-
cc @andylokandy |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Xuanwo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cc @andylokandy