摘要:
‘活动工作表打印
Sub Print()
ActiveSheet.PrintOut
End Sub 阅读全文
摘要:
cat FormatSql.rb
while line=gets
line1=line.gsub(/(select|from|where|sum|having|group|end|case|by)/) {|match| match.upcase}
puts line1
end 阅读全文