Hi im having issues with a sql query it works perfect in console, but when i implement into python it seems to work perfect no errors but when i check the database it hasnt work
Been there :) you need to close the cursor
connection.autocommit(), or you need to do connection.commit()