I want insert a sequence of sequence (list og tuples) in a table ,
(x comme from the script select * from Mytable with an fethchall)
and the script is :
cur=conn.cursor()
cur.executemany("insert into Mytable values (%s)",x) # is there a
solution thanks.....