2015年10月30日

摘要: 原文链接:http://www.cnblogs.com/whz111/articles/2445777.html--convert(时间)对应数字表示的时间格式select CONVERT(varchar(12) , getdate())--10 30 2015 select CONVERT(va... 阅读全文
posted @ 2015-10-30 01:07 邹敏向日葵 阅读(242) 评论(0) 推荐(0)
摘要: --创建测试表wwif OBJECT_ID('qq') is not null drop table qqcreate table qq([序号] varchar(5),[内容1] varchar(10),[内容2] varchar(15))insert into qq([序号],[内容1],[内容... 阅读全文
posted @ 2015-10-30 00:01 邹敏向日葵 阅读(237) 评论(0) 推荐(0)

导航