I'm trying to insert into a table. This is the code I made:
cursor=connection.cursor()
cursor.execute('INSERT INTO TopOperadores (imsi_pref_top,descarga_top,transferencia_top) VALUES (SELECT imsi_num, AVG(descarga), AVG(transferencia) FROM...
asked by
16.05.2016 / 05:53