Parameterize An Mysql In Clause In Python Code
I was looking at this similar question: Parameterize an SQL IN clause But the solution is not using Python, so I had to raise a new question: How do I parameterize a query containi
Solution 1:
The only answer here doesn't work, since I've resolved this, so here's the solution: turns out I only need to convert it to a list (with the square bracket), no need to remove the bracket otherwise it won't work!
Post a Comment for "Parameterize An Mysql In Clause In Python Code"