> is there any specific reason why does not working if i use like this t._val.EntityId
I think the reason here is that SQL (the standardized language) does not support this kind of syntax. Think of it as a flat table, _key and _val are just additional columns. On Fri, Jan 22, 2021 at 9:04 AM siva <[email protected]> wrote: > Hi ptupitsyn, > > yes it is working fine. > > I have one query > is there any specific reason why does not working if i use like this > t._val.EntityId > > SELECT t._val from (select _val FROM materials ) as t where > t_val.EntityId='123' > > Thanks. > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
