SQL query with optional parameters with python

前端 未结 0 1263
春和景丽
春和景丽 2020-12-09 21:16

whene I execute my script python with arguments a, b, c;

var1 = sys.arg[1]
var2 = sys.arg[2]
var3 = sys.arg[3]

cursor.execute("select * from table where         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题