I am giving the syntax as :

SELECT * FROM person  Outer join  city ON person.city_id = city.city_id 

Same query works well with inner ,left ,right join . 
Please correct me if i am doing something wrong.

P.S. 
Both tables have index over city_id column



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

Reply via email to