Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Postgresql 中插入 10000 条记录。
列 -bytea (Primary key), varchar, varchar
bytea (Primary key), varchar, varchar
每一行的主键应该不同。我如何使用插入查询或 pgscript 来做到这一点?