SQL Server資料庫中Date/Time 時間格式的轉換
格式轉換sql函式convert(nvarchar(12),@date,111):
第一個引數代表要擷取的長度,第二個引數代表資料庫的欄位,最後一個引數代表要擷取的日期時間格式,如下表所示:
DATE 日期格式 | ||
格式 # | 查詢 (current date: 12/30/2006) | 示例 |
1 | select convert(varchar, getdate(), 1) | 12/30/06 |
2 | select convert(varchar, getdate(), 2) | 06.12.30 |
3 | select convert(varchar, getdate(), 3) | 30/12/06 |
4 | select convert(varchar, getdate(), 4) | 30.12.06 |
5 | select convert(varchar, getdate(), 5) | 30-12-06 |
6 | select convert(varchar, getdate(), 6) | 30 Dec 06 |
7 | select convert(varchar, getdate(), 7) | Dec 30, 06 |
10 | select convert(varchar, getdate(), 10) | 12-30-06 |
11 | select convert(varchar, getdate(), 11) | 06/12/30 |
101 | select convert(varchar, getdate(), 101) | 12/30/2006 |
102 | select convert(varchar, getdate(), 102) | 2006.12.30 |
103 | select convert(varchar, getdate(), 103) | 30/12/2006 |
104 | select convert(varchar, getdate(), 104) | 30.12.2006 |
105 | select convert(varchar, getdate(), 105) | 30-12-2006 |
106 | select convert(varchar, getdate(), 106) | 30 Dec 2006 |
107 | select convert(varchar, getdate(), 107) | Dec 30, 2006 |
110 | select convert(varchar, getdate(), 110) | 12-30-2006 |
111 | select convert(varchar, getdate(), 111) | 2006/12/30 |
TIME 時間格式 | ||
8 or 108 | select convert(varchar, getdate(), 8) | 00:38:54 |
9 or 109 | select convert(varchar, getdate(), 9) | Dec 30 2006 12:38:54:840AM |
14 or 114 | select convert(varchar, getdate(), 14) | 00:38:54:840 |
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/16436858/viewspace-594975/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SQL Server資料庫中的資料型別隱式轉換問題SQLServer資料庫資料型別
- [時間格式的轉換]
- python中sys,os,time模組的使用(包括時間格式的各種轉換)Python
- SQL Server資料庫基礎之行資料轉換為列資料SQLServer資料庫
- 轉換UTC時間格式
- SQL Server日期資料型別DATE的使用SQLServer資料型別
- JavaScript 時間日期格式轉換JavaScript
- sql server 資料型別轉換函式SQLServer資料型別函式
- mysql資料庫date 、datetime、time、timestamp區別MySql資料庫
- SQL SERVER 日期格式化、日期和字串轉換SQLServer字串
- Oracle資料庫日期格式轉換操作Oracle資料庫
- JavaScript 時間轉換為UTC格式JavaScript
- MyBatis-plus框架下資料庫表中的建立時間(create_time)、修改時間(update_time)的處理MyBatis框架資料庫
- SQL Server中的日期和時間:DATEADD()SQLServer
- MySQL 時間戳的 獲取 & 轉換為特定時間格式MySql時間戳
- String和Date、Timestamp之間的轉換
- mysql資料庫修改新增Date格式列的方法MySql資料庫
- Java常用時間格式轉換工具類Java
- 資料庫映象 (SQL Server)資料庫SQLServer
- SQL Server資料庫安全SQLServer資料庫
- js時間戳與日期格式的相互轉換JS時間戳
- Idea資料庫引入異常:java.sql.SQLException: The server time zone value ‘Öйú±ê׼ʱ¼ä‘ is unrecognizedIdea資料庫JavaSQLExceptionServerZed
- 【資料庫資料恢復】SQL Server資料庫磁碟空間不足的資料恢復案例資料庫資料恢復SQLServer
- Hive資料格式轉換Hive
- Excel中時間戳轉換時間Excel時間戳
- python中的時間轉換,秒級時間戳轉string,string轉時間Python時間戳
- GORM 自定義time.time日期時間輸出格式GoORM
- 時間有幾種格式、相互之間如何轉換?
- 修改SQL Server資料庫表的建立時間最簡單最直接有效的方法SQLServer資料庫
- sql server 資料庫收縮SQLServer資料庫
- Blazor使用sql server 資料庫BlazorSQLServer資料庫
- SQL Server資料庫巡檢SQLServer資料庫
- sql server 2005資料庫快照SQLServer資料庫
- SQL Server收縮資料庫SQLServer資料庫
- 管理SQL Server資料庫安全SQLServer資料庫
- SQL Server資料庫遷移SQLServer資料庫
- 概括SQL Server實時查詢Oracle資料庫WSSQLServerOracle資料庫
- SQL Server資料庫恢復,SQL Server資料恢復,SQL Server資料誤刪除恢復工具SQLRescueSQLServer資料庫資料恢復
- layui tree資料格式轉換UI