sql formatowanie daty #sql #datetime

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql formatowanie daty #sql #datetime相关的知识,希望对你有一定的参考价值。

--formatowanie daty

select CONVERT(date,getdate(),120)
select CONVERT(smalldatetime,getdate(),120)
select CONVERT(datetime,getdate(),120)
select CONVERT(datetime2(2),getdate(),120)
select CONVERT(time,getdate(),120)
select CONVERT(time(2),getdate(),120)




---------- 
2011-12-19 
----------------------- 

2011-12-19 15:40:00 

----------------------- 

2011-12-19 15:39:33.747 

---------------------- 

2011-12-19 15:39:33.75 

---------------- 

15:39:33.7470000 

---------------- 

15:39:33.75 

--tylko miesiąc i rok :

convert(varchar(7), <date_field>, 120)

--lub 
RIGHT(CONVERT(VARCHAR(10), reg_dte, 105), 7) 

以上是关于sql formatowanie daty #sql #datetime的主要内容,如果未能解决你的问题,请参考以下文章

text MIGO - AGGIUNTA CAMPI CUSTOM TAB DATI SUPPLEMENTARI

Sql 语法练习 sq语法

sq 语句 查询两个表 并按时间字段排序

[QT][SQL]sq]学习记录1_模糊搜索

牛客题霸-SQL篇——10~20题

sql 语句 获取最大值