首页 > 解决方案 > 在 (' 附近出现意外的语法错误

问题描述

我在蜂巢中创建表

create table stores(
    storeid integer,
    area string,
    city string,
    state string,
    country string)

标签: sqlhadoophive

解决方案


尝试使用 INT 代替 Integer。


推荐阅读