如何在配置单元表中搜索日语字符串?

0qx6xfy6  于 2021-06-25  发布在  Hive
关注(0)|答案(0)|浏览(205)

我有一个表japan\u dt,其模式如下:

Prefecture       city
北海道            札幌市

现在我想对上表运行select查询,如下所示:

select prefecture from japan_dt  where city = '札幌市'

输出应为

北海道

如何在Hive中实现这一点?
我试过了

select prefecture from japan_dt  where city rlike '札幌市'

没用了

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题