Vanish.

要怎样努力,才能成为很厉害的人?

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2015年5月29日

摘要: --1:下面这种是SQL Server中比较简单的查询SQL语句执行时间方法,通过查询前的时间和查询后的时间差来计算的:declare @begin_date datetimedeclare @end_date datetimeselect @begin_date = getdate()select... 阅读全文
posted @ 2015-05-29 14:32 Vanish. 阅读(359) 评论(0) 推荐(0) 编辑