Export specific rows from a PostgreSQL table as INSERT SQL script

后端 未结 9 759
野趣味
野趣味 2020-11-30 17:01

I have a database schema named: nyummy and a table named cimory:

create table nyummy.cimory (
  id numeric(10,0) not null,
  name c         


        
9条回答
  •  无人及你
    2020-11-30 17:07

    SQL Workbench has such a feature.

    After running a query, right click on the query results and choose "Copy Data As SQL > SQL Insert"

提交回复
热议问题