-
select Version();
+------------------------------------------------------------------------------------------+
| version() |
+------------------------------------------------------------------------------------------+
| 8.0.26-v0.7.159-nightly-a7f2c58-simd(rust-1.64.0-nightly-2022-08-10T16:29:03.797735015Z) |
+------------------------------------------------------------------------------------------+
desc t0;
+-------+--------+------+---------+-------+
| Field | Type | Null | Default | Extra |
+-------+--------+------+---------+-------+
| c0 | BIGINT | YES | NULL | |
| c1 | DOUBLE | YES | true | |
+-------+--------+------+---------+-------+
SELECT SUM(count) FROM
(
SELECT
(
(
(
t0.c0 NOT IN (t0.c0, t0.c0, t0.c1, 0.3)
)
IS NOT NULL AND
(
t0.c0 NOT IN (t0.c0, t0.c0, t0.c1, 0.3)
)
) ::BIGINT
)as count FROM t1, t0
) as res;
error-info :
use RUST_BACKTRACE=1 :
|
Beta Was this translation helpful? Give feedback.
Answered by
PsiACE
Aug 11, 2022
Replies: 1 comment 1 reply
-
emmm, It is an environment variable and is not part of the settings. So you need to specify this environment variable in advance when you start databend.
or
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Xuanwo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
emmm, It is an environment variable and is not part of the settings.
So you need to specify this environment variable in advance when you start databend.
or