xujiabing-001 opened a new issue, #23461: URL: https://github.com/apache/doris/issues/23461
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.0-beta ### What's Wrong? select count(*) from clearbi_10_126_128.`fssl_v2.3`.access_record 如上sql所示,连接的 JDBC Catalog 外部数据库是mysql8,clearbi_10_126_128是一个 JDBC Catalog 名称,fssl_v2.3 是数据库名称,access_record 是数据表名称。现在的问题是由于数据库名称是有【.】的,所以加了【``】这两个符号,但提示如下信息: -------------------------------------------------------------------------- ERROR 1105 (HY000): errCode = 2, detailMessage = (192.168.103.3)[CANCELLED][INTERNAL_ERROR]UdfRuntimeException: JDBC executor sql has error: CAUSED BY: SQLSyntaxErrorException: Table 'fssl_v2.3.access_record' doesn't exist -------------------------------------------------------------------------- 用 explain select count(*) from clearbi_10_126_128.`fssl_v2.3`.access_record 查看,发现如下  ### What You Expected? 执行正常 ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] 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.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