Hi Sulabh,
It expects a query with group by clause. Rather than SELECT * , can you please try to fire something like
SELECT attribute 1, attribute 2, sum(measure 1), sum(measure 2) from "_SYS_BIC"."sulabh/AN_SFLIGHT"
group by attribute 1, attribute 2;
Regards,
Ravi