magicxf commented on issue #15609:
URL: https://github.com/apache/doris/issues/15609#issuecomment-1370766528

   > "ClientCharset" = "UTF-8" 不要把这个信息放入resource中,而是和建表语句放一起
   > 
   > ) ENGINE = ODBC COMMENT "COMMON_InvoiceType" PROPERTIES 
("odbc_catalog_resource" = "sqlserver_odbc_xxx", "database" = "ddd", "table" = 
"bbbb", "ClientCharset" = "UTF-8" );
   
   我试过这个方式,然后使用SHOW CREATE TABLE ext_PortraitConfigTag;
   结果发现PROPERTIES中没有"ClientCharset" = "UTF-8"这一项,说明建表语句不支持该属性。
   相反的SHOW RESOURCES中就有该属性。


-- 
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]

Reply via email to