SqlServer時間日期處理函數及字符串轉換@http://blog.sina.com.cn/s/blog_634c33eb0101859v.html

簡單介紹web   Sql Server中的日期與時間函數  1.  當前系統日期、時間      select getdate()  sql 2. dateadd  在向指定日期加上一段時間的基礎上,返回新的 datetime 值    例如:向日期加上2天     select dateadd(day,2,'2004-10-15')  --返回:2004-10-17 00:00:00.000i
相關文章
相關標籤/搜索