1. 程式人生 > >Kylin 幾個sql報錯原因 彙總

Kylin 幾個sql報錯原因 彙總

  • Can't create EnumerableAggregate! while executing SQL
    由distinct count引起的錯誤

  • null while executing SQL
    join的左右兩個表之間有相互依賴的關係

  • missing a new olapcontext while executing SQL
    需要用大表join小表

  • Division undefined
    除法中,分母為空,對為空情況進行單獨處理

  • No realization found for OLAPContext
    查詢的維度或指標不存在與cube中

  • cte內部支援 order by 1,2,3, 不支援 group by 1,2,3