Re: How do I do this JOIN...

2007-10-22 Thread Dr Stitch
On Oct 19, 10:51 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > SELECT published.title, journal_names.name, > > journal_impact_factor.impact_factor > > FROM published, journal_names, journal_impact_factor > > WHERE > > published.journal_names_id=journal_names.id > > AND > > p

How do I do this JOIN...

2007-10-19 Thread Dr Stitch
Greeting all! CAVEAT: I'm a Django newbie. I've spent about 3 hours searching, reading, hazing over all the documentation and tutorials and it's quite likely I have missed it or I'm way too new to Django to understand the simplicity of the solution for the problem I'm presenting. So, feel free