首页 > 解决方案 > 如何在批量插入期间在 PostgresSQL 中获取带有错误消息的行?

问题描述

如何在 Oracle executemany Batcherror 中获取 PostgresSQL 数据库中出现错误的行:cursor.executemany( sql_insert_query, data, batcherrors = True)

(使用 Python)

标签: pythonoraclepostgresql

解决方案


推荐阅读