12 2005 档案

摘要: 我们经常出于某种目的需要使用各种各样的日期格式,当然我们可以使用字符串操作来构造各种日期格式,但是有现成的函数为什么不用呢? SQL Server中文版的默认的日期字段datetime格式是yyyy-mm-dd Thh:mm:ss.mmm 例如: select getdate() 2004-09-12 11:06:08.177 整理了一下SQL Server里面可能经常会用到的日期格式转换方法: 举例如下: select CONVERT(varchar, getdate(), 120 ) 2004-09-12 11:06:08 select replace(replace(replace(CO阅读全文
posted @ 2005-12-30 13:07 SuperBowl 阅读(12826) | 评论 (1) 编辑
posted @ 2005-12-26 20:37 SuperBowl 阅读(217) | 评论 (5) 编辑
摘要: 无意间在网上找的一篇文章,个人觉得很有用,值得收藏阅读全文
posted @ 2005-12-20 10:57 SuperBowl 阅读(12076) | 评论 (2) 编辑
posted @ 2005-12-20 09:32 SuperBowl 阅读(751) | 评论 (1) 编辑
posted @ 2005-12-19 11:41 SuperBowl 阅读(135) | 评论 (1) 编辑
posted @ 2005-12-14 21:21 SuperBowl 阅读(226) | 评论 (3) 编辑
posted @ 2005-12-14 20:57 SuperBowl 阅读(532) | 评论 (1) 编辑
摘要: 密钥:AAP5GKS0000GDE100DS注册号:6707437608License : AV860-01CS00G-U7000NC SN : 1231467890用9.2的注册码可以成功注册的.ftp://pub:pub@pub.chinafsdu.net/开发工具与资源/水晶报表9.2/CyReport 9.rar SN: AVS50-81SG00S-G61002U Crystal Report for VS.NET注册号:6707437608密码:AAP5GKS0000GDE100DSCrystal Report 9: A6S5G-31C0000-0V400JK6782976749 R阅读全文
posted @ 2005-12-11 20:53 SuperBowl 阅读(18373) | 评论 (17) 编辑