Passing param to DB .execute for WHERE IN... INT list
With Python\'s DB API spec you can pass an argument of parameters to the execute() method. Part of my statement is a WHERE IN clause and I\'ve been using a tuple to populate the IN. For example:
问答
阅读(1)