Hello,

maybe this is obvious, but I don't know how to execute a query like:
select * from mytable where id in (1,2,3)
from python. The difficult part is the set in the where clause, the "in
(a,b,c,d, ...)"

Any suggestions?


    thanks in advance
    Joerg
_______________________________________________
DB-SIG maillist  -  DB-SIG@python.org
http://mail.python.org/mailman/listinfo/db-sig

Reply via email to