Files
doris/regression-test/data/nereids_syntax_p0/join_with_alias.out
starocean999 a9f9366736 [fix](nereids) the data type of compareExpr and listQuery should be the same when creating InSubquery (#18539)
Consider sql

select table_B_alias.b from table_B_alias where table_B_alias.b in ( select a from table_A_alias );

if table_B_alias.b is int and table_A_alias.a is bigint,
we should cast(b as bigint) to make the data type the same as the InSubquery.
2023-04-12 20:02:37 +08:00

8 lines
126 B
Plaintext

-- This file is automatically generated. You should know what you did if you want to edit this
-- !sql --
1 1
-- !sql2 --
1