On Mar 11, 2013, at 10:32 PM, David Bicking <dbic...@yahoo.com> wrote:

> Um, I am wrong, cause I just tried it and sqlite only returns the level 5 
> result. I have no clue why!

The joins are setup from most specific to broadest. Each join is evaluated only 
if the previous one returns null (i.e. all these 'and PreviousLevel.Key is 
null').

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to