TableClass.selectBy(x='foo', y='bar')
On Sun, 2006-10-29 at 20:53 -0500, Lord Galrion wrote: > Hi all, > > I am reading "http://www.turbogears.org/docs/gs/usedatabase.html" > > > but I can't figure out how to a simple SELECT * FROM table WHERE > x='foo' AND y='bar' > conditional statement > > my database table has 5 fields using StringCol() > > and I don't know how to select conditionally. Is there documentation > for this that I am missing you can link me too? Or give me an example? > > gracias! > > > > -- Stuart Clarke <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

