Skip to content

Generate a variable amount of SQL insert statements.

Notifications You must be signed in to change notification settings

jan-re/insertGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use to generate a variable number of SQL insert statements.

Input needs to be comma-separated.

Specify table name, constant values (those which do not change from one insert to another), and variable values.

Input is checked - no empty input allowed. The number of inserts is determined by the amount of comma-separated values input into the first variable column. Subsequent variable columns needs to have a matching number of elements.

About

Generate a variable amount of SQL insert statements.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published