SQL Scripts 1.0 - Johan Compagner and Gerd Wagner
This plugin provides a wide range of scripting functions:
You may create DDL scripts for tables out of the Object tree or from the Graph plugin. The scripts contain all constraints and indexes.
You may create Insert scripts out of the Object tree for all of a table's data.
You may create an insert script from an SQL Select statement. To do so in the SQL editor hit the ctrl + t shortcut to open the tools popup. Then choose the sql2ins function from the popup.
You may store the result of an from an SQL Select statement in a temporary table. To do so in the SQL editor hit the ctrl + t shortcut to open the tools popup. Then choose the sql2table function from the popup.