SQL Server Format Date DD.MM.YYYY HH:MM:SS

前端 未结 4 1390
南笙
南笙 2020-12-11 01:43

How can I get a date like \'dd.mm.yyyy HH:MM:SS\' I tried the following but it\'s not exactly what I\'m looking for...

select convert(varchar(20),getdate(),1         


        
4条回答
提交回复
热议问题