Could you help me transform this pysqlite SELECT statement into the appropriate db.py SELECT statement?
> "SELECT field.A FROM table.A WHERE field.A LIKE '%s' LIMIT '%s'" %(q, limit) Both q and limit are parameters to replace the '%s' respectively. Cheers! Dinesh --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to webpy@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---