I am looking solution for queries like below : Update Person SET lastName ='pit' where person.id =city.id AND city.zipCode ='B8Q97'
OR UPDATE table1, table2 SET table1.quantity = 6 where table1.pid =table2.pid AND table2.zip ="abc" -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
