Hi, Suppose I have two IgniteCaches customerCache and addressCache, which contains data from Customer table and Account table respectively. Is it possible to execute a sql field JOIN query as below?
select * from Customer,Address where custNo = adCustNo; (where Customer and Address are the model classes) -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
