i***@raiffeisen.ro
2016-11-08 09:22:09 UTC
Hi,
DBeaver can do that even for the great DB2. Right click on the table and "Generate SQL". It will export all insert statements for each row.
DBeaver can do that even for the great DB2. Right click on the table and "Generate SQL". It will export all insert statements for each row.
IS it possible to generate INSERT statements out of data in tables ??
empno name address
------------------------------------------------
0001 Erik Bergen
0002 Lise Oslo
Insert into employee values ('0001','Erik','Bergen');
Insert into employee values ('0002','Lise','Oslo');
empno name address
------------------------------------------------
0001 Erik Bergen
0002 Lise Oslo
Insert into employee values ('0001','Erik','Bergen');
Insert into employee values ('0002','Lise','Oslo');