tld

Insert list or tuple into table without iteration into postgresql

Insert list or tuple into table without iteration into postgresql Question: I am new to python. What I am trying to achieve is to insert values from my list/tuple into my redshift table without iteration.I have around 1 million rows and 1 column. Below is the code I am using to create my list/tuple. cursor1.execute(“select …

Total answers: 2