Skip to content

Peter11300/SQL-Command-Builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Command Builder

image

The excel file will be auto-created when running this program.

image

Tags

Use in excel column "修改註記V"

Tag Description
AT Create Table
A Add Column
D Delete Column
C Change Column Name
M Modify Column Type

Functions

1. Create Table

  • Collect "AT" tag rows and build create table command string.

2. Alter Column

  • Collect "A", "D", "C", "M" tag rows and build alter column command string and stored procedure.

3. Create and Alter

  • Collect all tag rows and build command string.
  • Actually the function is 1 + 2.

4. Copy Content

  • Copy the content of the text area.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages