I want to know whether Ignite can do nested SQL Queries such as following: "select a.orgid, b.name from (select orgid from person group by orgid) a LEFT JOIN organization b on a.orgid = b.id order by b.name".
-- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Does-Ignite-support-nested-SQL-Queries-tp1714.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
