案例:Var Str = ”abdCnd“
如何将Str = ”ABDCND“?
Sql Server写法:upper(Str) ==> Lower(Str)
C#写法:Str.toUpper() ==> Str.toLower()
posted on 2022-11-09 00:28 El飞燕 阅读(21) 评论(0) 编辑 收藏 举报