标签: postgresql sql-insert unnest
如果我们想使用unexst()在PostgreSQL数据库中插入批量数据,如果我们有这样的数据
cur.execute('''insert into table1 (col,col2,col3,....col8) values ((%s),(1),(1),('f'),('ram%s@gmail.com'),(current_date),('india'),(' '));''')
对于这种类型的数据如何将数据插入100000行