Hi, Kylin is not for "select *" style query. See http://kylin.apache.org/docs/gettingstarted/faq.html (Why I got an error when running a “select * “ query?)
Try " select count(*) from HUOBI_GLOBAL.HUOBI_YUNYING_DW_KYLIN_USER_INDEX_DAILY where HUOBI_YUNYING_DW_KYLIN_USER_INDEX_DAILY.EXCHANGE_NAME = 'b11' " and see if there's any unexpected. It's more reasonable. 廉立伟 <[email protected]> 于2019年1月30日周三 上午1:49写道: > > 你好 > 我这样查询有结果, EXCHANGE_NAME为b11 > select > EXCHANGE_NAME > from HUOBI_GLOBAL.HUOBI_YUNYING_DW_KYLIN_USER_INDEX_DAILY > group by EXCHANGE_NAME > 但是我这样查询结果为0,这是为啥呢 > select > EXCHANGE_NAME > from HUOBI_GLOBAL.HUOBI_YUNYING_DW_KYLIN_USER_INDEX_DAILY > where HUOBI_YUNYING_DW_KYLIN_USER_INDEX_DAILY.EXCHANGE_NAME = 'b11' > > 在 2019/1/30 上午9:45,“JiaTao Tao”<[email protected]> 写入: > > Hi, > Can not see your pic, can you describe your problem? > > > > > 廉立伟 <[email protected]> 于2019年1月29日周二 下午2:26写道: > > > > > > > 你好 加where查询没有结果 为啥 > > > > M *[email protected] <[email protected]>* > > > > > > > > > -- > > > Regards! > > Aron Tao > > > -- Regards! Aron Tao
