# code.py
entrys = web.select(tbx+'entrys', where='tags like \'%$tag%\'',
vars=locals())
...

i returns this sql:

SELECT * FROM venus_entrys WHERE tags like '%%s%'

y, it is not right. the $tag is not been returned.
how can i get the right sql? 3Q

-- 
每个人都有一片属于自己的森林, 迷失的人迷失了, 相逢的还会再相逢...
Gtalk: iexper(at)gmail.com

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to