随笔 - 341,  文章 - 4,  评论 - 37,  阅读 - 16万
  2009年9月3日
摘要: /// /// 全角转半角的函数(DBC case) /// /// 任意字符串 /// 半角字符串 /// ///全角空格为12288,半角空格为32 ///其他字符半角(33-126)与全角(65281-65374)的对应关系是:均相差65248 /// publi... 阅读全文
posted @ 2009-09-03 21:25 WPF之家 阅读(464) 评论(0) 推荐(0) 编辑
摘要: if Exists(select name from sysobjects where type='p' and name='MaxAge') drop proc MaxAgegocreate proc MaxAge(@Name1 nvarchar(10), @Name2 nVarchar(10), @MaxAge int output)asselect @MaxAge=Max(age) fr... 阅读全文
posted @ 2009-09-03 21:06 WPF之家 阅读(235) 评论(0) 推荐(0) 编辑
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示