Python list of ints in prepared sql statement

后端 未结 3 2107
轮回少年
轮回少年 2021-01-19 05:14

My question is somewhat the same as Python list of String to SQL IN parameter but I have a list of integers. The python code I use is:

ids = [1000032, 100004         


        
3条回答
提交回复
热议问题