pymysql.err.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'max(id)': 14}'' at line 1")
cur . execute ( "SELECT max(id) FROM tovar" )
cur.execute("SELECT MAX(id) FROM tovar")
SELECT * FROM tovar WHERE id = (SELECT max(id) FROM tovar)