Hi,

You can join multiple virtual tables in the same way:

select p.name from Person p
join table(id bigint = ?) i on p.id = i.id
join table(name bigint = ?) j on p.name = j.name

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/IN-Query-tp8551p8562.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to