This question is purely a theoretical and came up in a discussion today
about joins in DB's that allow both left and right:

Given three tables, A, B, and C, joined such that:  A left join B right join
C

Is my impression correct that this translates into: (outer join A and C)
inner join B
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to