Changes between Version 6 and Version 7 of ModelInheritance


Ignore:
Timestamp:
Feb 22, 2006, 6:08:16 AM (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModelInheritance

    v6 v7  
    6363=== 2. Modeling joins in SQL ===
    6464
    65 When we want a list of {{{ItalianRestaurant}}}s, we obviously need all the fields from myapp_restaurant and myapp_place as well. This could be accomplished by left joins. It would look something like this:
     65When we want a list of {{{ItalianRestaurant}}}s, we obviously need all the fields from myapp_restaurant and myapp_place as well. This could be accomplished by inner joins. It would look something like this:
    6666{{{
    6767#!sql
Back to Top