格式化SQL中的SELECT字段

将SQL中的SELECT字段列表格式化成每个字段占一行的形式,例如:处理前: case when aaa then bbb else ccc end, ddd处理后: case when aaa then bbbelse ccc end, ddd工具的使用方法: 1. in.txt表示格式前内容,out.txt表示格式后内容2.运行SelectFormat.exe根据in.txt的内容生成out.txt
rar 文件大小:31.18KB