3

I want to generate an insert script for a table. I don't know how to generate it from the table structure with SQuirreL as I do it with pgAdmin.

With pdAdmin I do this:

pgAdmin INSERT Script

Getting this result: enter image description here

I have tables with a lot of columns(60) and I really don't want to write the script.

Hope exist a similiar option with SQuirreL

Kaz Miller
  • 949
  • 3
  • 22
  • 40

1 Answers1

0

Not exactly the same but, you can right click over a row of data and select 'Copy as SQL INSERT-VALUES statement'.

user68459
  • 11
  • 2