huyangg opened a new issue #7077: URL: https://github.com/apache/incubator-doris/issues/7077
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version PALO-0.14.13.1-release-binary ### What's Wrong? When I execute the following SQL, the error is as follows. I checked carefully that the field exists. MySQL [(none)]> SELECT -> if (b.brave_update_time > a.update_time, b.family_history_cancer_id, a.family_history_cancer_id) -> -> FROM -> ads_galileo_bu_limis_family_history_cancer_d a -> full outer join ads_galileo_bu_limis_family_history_cancer_d b on -> a.customer_id = b.customer_id -> where a.customer_id = 1047963 ; ERROR 1064 (HY000): errCode = 2, detailMessage = exec direct Error: 42S22 [MySQL][ODBC 8.0(w) Driver][mysqld-5.5.5-10.5.9-MariaDB-log]Unknown column 'customer_id' in 'field list' (1054) ### What You Expected? I expect the up SQL to be executed successfully. thanks. ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org