扫码关注官方订阅号
CREATE people(
name varchar(20) NOT NULL,
list (10),
age int
)
people ('John Smith', '1', 36);