文件名称:SQL_Formatter-master.zip
文件大小:28KB
文件格式:ZIP
更新时间:2023-09-17 07:52:38
sql c#
sql语句美化器,格式化sql语句 update a set a.ID = b.ID, Name = b.Name from Table1 a inner join ( select ID, Name from Table2 where Active <> 0 and Current <> 0 ) b on a.ownerid = b.ownerid and a.type = b.type and b.version = '87.1' and a.Name is NULL where a.expired <> 0
【文件预览】:
SQL_Formatter-master
----.gitignore(4KB)
----README.md(868B)
----Demo()
--------Form1.cs(765B)
--------Properties()
--------Program.cs(505B)
--------Form1.Designer.cs(8KB)
--------App.config(184B)
--------Form1.resx(6KB)
--------Demo.csproj(4KB)
----SQL_Formatter()
--------Formatter.cs(32KB)
--------SQL_Formatter.csproj(2KB)
--------LIB.cs(34KB)
--------Properties()
----.gitattributes(2KB)
----SQL_Formatter.sln(2KB)