1. 首页
  2. 数据库
  3. 其它
  4. SQLServer 设置单词首字母大写

SQLServer 设置单词首字母大写

上传者: 2020-12-23 06:38:50上传 PDF文件 18.93KB 热度 29次
代码如下: /* –SQLServer中将字符串首字母设置大写: –作者:jinjazz /csdn –SQLServer2005启用OLEAutomation sp_configure ‘show advanced options’, 1; go RECONFIGURE; go sp_configure ‘Ole Automation Procedures’, 1; go RECONFIGURE; go */ use tempdb go if (object_id (‘fn_toTitleCase’ ) is not null ) drop function dbo . fn_toTitle
下载地址
用户评论