magicxf opened a new issue, #15609: URL: https://github.com/apache/doris/issues/15609
### 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 V1.1.1 ### What's Wrong? 在BE上按照[Apache Doris 通过ODBC连接SQL Server](https://zhuanlan.zhihu.com/p/479117071)完成配置,并连接成功。 环境: CentOS Linux release 7.9.2009 (Core) unixODBC:2.3.11 freetds:1.2.21 freetds.conf配置如下:  tsql可连接成功:  odbcinst.ini配置如下:  odbc.ini配置如下:  isql可连接成功:  sql server表结构如下:  数据如下:  创建sql server外部资源以及外部表:  但是在FE上使用mysql-client连接BE进行查询,出现乱码,使用dorisFE后台查询也是如此:  在FE上执行INSERT语句,插入外部表数据,成功,可以在sql server中看到新增记录,而且没有乱码。  ### What You Expected? doris创建的外部表没有乱码 ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
