Exportieren Sie bestimmte Zeilen aus einer PostgreSQL-Tabelle als INSERT SQL-Skript
Ich habe ein Datenbankschema mit dem Namen: nyummyund eine Tabelle mit dem Namen cimory: create table nyummy.cimory ( id numeric(10,0) not null, name character varying(60) not null, city character varying(50) not null, CONSTRAINT cimory_pkey PRIMARY KEY (id) ); Ich möchte cimorydie Daten der...