Thank @ezhuravlev.

Following the above document, I tried it with:

SELECT p.* FROM  "personCache".Person p join 
"OrganizationCache".Organization(area String =('london','paris','roma',...))
o 
on p.org_id = o.id

But It failed,  the error log was like : Failed to parse query....
Caused by: org.h2.jdbc.JDBCSQLException: Function "Organization" not found.

how to fix this sql?







--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to