Hi,
   I'm new to SQLObject, having been taken here via TurboGears. The SQL 
equivalent of what I'm looking to do in SQLObjects is: 

SELECT 
    Book.title
    ,Book.category
    ,Author.name

    FROM Book
    INNER JOIN Author
    ON Book.id = Author.id
;

I've been through the documentation and all the examples of JOINS just have 
results from a single table. 

Regards & thanks
Mike

-----------------------------------------------------------------
Find the home of your dreams with eircom net property
Sign up for email alerts now http://www.eircom.net/propertyalerts




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to