Chinaunix首页 | 论坛 | 博客
  • 博客访问: 796906
  • 博文数量: 127
  • 博客积分: 3662
  • 博客等级: 中校
  • 技术积分: 1371
  • 用 户 组: 普通用户
  • 注册时间: 2010-08-02 12:36
个人简介

Linux&MySQL&PHP&Nginx&Apache&MSSQL&Shell

文章分类

全部博文(127)

文章存档

2016年(1)

2015年(8)

2014年(14)

2013年(26)

2012年(17)

2011年(28)

2010年(33)

发布时间:2012-12-06 13:44:23

SQL:点击(此处)折叠或打开select row_number() over(partition by name order by col desc) ,* from table;函数“row_number”必须有使用 ORDER BY 的 OVER 子句,按照字段col来排列自动取值partition by name order b.........【阅读全文】

阅读(5347) | 评论(0) | 转发(0)

发布时间:2012-11-29 11:08:11

1:配置数据库邮件http://www.soaspx.com/dotnet/sql/mssql/sql2008/sqlserver2008_20100109_2287.html2:配置好之后就可以发送邮件了发送邮件是以msdb下面是存储过程sp_send_dbmail来发送的点击(此处)折叠或打开use msdbGoDECL.........【阅读全文】

阅读(4839) | 评论(0) | 转发(0)

发布时间:2011-09-16 14:01:56

......【阅读全文】

阅读(2497) | 评论(0) | 转发(0)

发布时间:2013-11-11 16:32:25

点击(此处)折叠或打开/* Microsoft SQL Server Integration Services Script Component* Write scripts using Microsoft Visual C# 2008.* ScriptMain is the entry point class of the script.*/using System;using Sy.........【阅读全文】

阅读(1112) | 评论(0) | 转发(0)

发布时间:2013-11-08 18:06:14

点击(此处)折叠或打开;with #t as (select '张三' 姓名, '语文' 科目, 74 成绩 unionselect '张三' , '数学' , 83 unionselect '张三' , '物理' , 93 unionselect '李四' , '语文' , 74 unionselect '李四' , '数学' , 84 union.........【阅读全文】

阅读(3593) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

大鬼不动2010-10-06 11:33

踩踩

回复  |  举报

大鬼不动2010-10-01 19:41

踩踩

回复  |  举报

大鬼不动2010-09-27 08:33

踩踩

回复  |  举报

大鬼不动2010-09-21 08:44

踩踩

回复  |  举报

大鬼不动2010-09-20 19:49

最近在忙什么呢

回复  |  举报
留言热议
请登录后留言。

登录 注册