Hi all,

I follow the instruction and query below "select part_dt, sum(price) as
total_selled, count(distinct seller_id) as sellers from kylin_sales group
by part_dt order by part_dt".

I build the cube previously and can query, however, after I query this the
next day, kylin says:
>From line 1, column 87 to line 1, column 97: Table 'KYLIN_SALES' not found
while executing SQL: "select part_dt, sum(price) as total_selled,
count(distinct seller_id) as sellers from kylin_sales group by part_dt
order by part_dt LIMIT 50000"

why is that?

And in the table tab, after I sync for the sample tables (use sampe.sql in
bin folder), there is no tables show up.

What is the problem?

Thanks,
George

Reply via email to