Complete a 3 Question Survey and Earn a re:Post Badge
Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
【以下的问题经过翻译处理】 首先......这可能吗?
我想在一个名为 "MedFlaminator "的表中添加一列。我刚刚创建了该表,它采用默认布局。有两列:
measure_name varchar MEASURE_NAME
time timestamp TIMESTAMP
我的查询如下所示:
alter table MedFlaminator add column feedback_score int
我已经尝试了这个查询的各种组合。我收到以下错误:
10:58:16 AM Failed The query syntax is invalid at line 1:1 alter table MedFlaminator add column feedback_score int
这里有什么问题?
【以下的回答经过翻译处理】 我找到了答案。尽管 Timestream 使用 sql 语言,但数据库表的管理方式不同。时间流表会根据您发送的数据自动添加列。我强烈推荐观看 这次深入探讨(真的没那么难)。这个视频非常非常值得。
您未登录。 登录 发布回答。
一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。