|
can u give an example or using join in db.select Justin Davis wrote: You can use select to do basic implicit joins by passing it a list of tables, but for anything more complicated, and you should use db.query.For example: db.select(['table1', 'table2'], where='table1.id = table2.table1id') Thats creates this sql: SELECT * FROM table1, table2 WHERE table1.id = table2.table1id -Justin On May 1, 4:02 am, "paul jobs" <[EMAIL PROTECTED]> wrote: --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~--- |
- [webpy] join using db.select paul jobs
- [webpy] Re: join using db.select Paul
- [webpy] Re: join using db.select Justin Davis
- [webpy] Re: join using db.select Paul Jobs
- [webpy] Re: join using db.select Justin Davis
- [webpy] Re: join using db.select Aaron Swartz
- [webpy] Re: join using db.select paul jobs
