Search before asking
Version
25.1.0
What's Wrong?
CREATE OR REPLACE TEMPORARY VIEW doris_ddd_ods_v318test_atest01
using doris OPTIONS(
"table.identifier"="ddd.ods_v318test_atest01",
"fenodes"="xxxx",
"user"="uuuu",
"password"="ppp");
select COALESCE(CAST(A4 AS STRING),'null') from doris_ddd_ods_v318test_atest01 where COALESCE(CAST(A4 AS STRING),'null') in ('1');
What You Expected?
cloud not cause a error
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
Search before asking
Version
25.1.0
What's Wrong?
CREATE OR REPLACE TEMPORARY VIEW
doris_ddd_ods_v318test_atest01using doris OPTIONS(
"table.identifier"="ddd.ods_v318test_atest01",
"fenodes"="xxxx",
"user"="uuuu",
"password"="ppp");
select COALESCE(CAST(
A4AS STRING),'null') from doris_ddd_ods_v318test_atest01 where COALESCE(CAST(A4AS STRING),'null') in ('1');What You Expected?
cloud not cause a error
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct