apache / apache/doris-website

关于string字段类型

Open
#3,883 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
MDX
Stars
133
Forks
464
Avg merge
1d 1h
Merged PRs (30d)
50

Description

当我创建表指定某个字段为string类型

使用show create table tablename;
查看会显示为text类型

使用desc tablename;
查看会显示为text类型

使用select * from information_schema.columns where table_name = 'tablename';
查看会显示为vachar

这是特性还是bug

能否在文档中添加解释

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.