Hi Supun,

Can you check the event table values before and after you execute this
query and let us know what the values are.

seshika

On Fri, Nov 14, 2014 at 2:21 PM, Supun Muthutantrige <sup...@wso2.com>
wrote:

> It doesn't give any errors, but the output look like,
>
>
> ​
> The query we have used as follows,
>
> from forCalculation join MarkovModel
> on forCalculation.initialState == MarkovModel.Initial_state
> select initialState as Event, sum(MarkovModel.countP) as totalCount
> group by forCalculation.initialState
> insert into ckStream;
>
> Thank you
> Regards
>
>
> *Supun Rasitha Muthutantrige*
> Software Engineer | Intern
> WSO2 Inc: http://wso2.com
> lean.enterprise.middleware
> Mobile: 0758374608
>
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to