kuiyr0810 opened a new issue, #3883:
URL: https://github.com/apache/doris-website/issues/3883

   当我创建表指定某个字段为string类型
   
   使用show create table tablename;
   查看会显示为text类型
   
   使用desc tablename;
   查看会显示为text类型
   
   使用select * from information_schema.columns where table_name = 'tablename';
   查看会显示为vachar
   
   这是特性还是bug
   
   能否在文档中添加解释


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