Jun-19-2018, 04:33 PM
Try
SQL="SELECT %s FROM %s WHERE %s LIKE %s" % (tri, table, filtre, mot) cursor.execute(SQL)
Problem with quotes on MySQL request
|
|
Messages In This Thread |
Problem with quotes on MySQL request - by PierreSoulier - Jun-19-2018, 08:43 AM
RE: Problem with quotes on MySQL request - by cryomick - Jun-19-2018, 09:57 AM
RE: Problem with quotes on MySQL request - by Larz60+ - Jun-19-2018, 10:09 AM
RE: Problem with quotes on MySQL request - by PierreSoulier - Jun-19-2018, 12:13 PM
RE: Problem with quotes on MySQL request - by woooee - Jun-19-2018, 04:33 PM
RE: Problem with quotes on MySQL request - by nilamo - Jun-19-2018, 05:51 PM
RE: Problem with quotes on MySQL request - by ichabod801 - Jun-19-2018, 05:32 PM
RE: Problem with quotes on MySQL request - by woooee - Jun-19-2018, 11:11 PM
|