只要在convert中指定日期格式的代号就够了,如:

select convert(char(20),getdate(),101)
select emp_id,convert(char(20),hire_dt,101) from employee


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

日期格式          代号
-------------------- -----------
04/05/2000          101

-------------------- -----------
2000.04.05          102

-------------------- -----------
05/04/2000          103

-------------------- -----------
05.04.2000          104

-------------------- -----------
05-04-2000          105

-------------------- -----------
05 Apr 2000         106

-------------------- -----------
Apr 05, 2000         107

-------------------- -----------
11:33:24           108

-------------------- -----------
Apr 5 2000 11:33:24     109

-------------------- -----------
04-05-2000          110

-------------------- -----------
2000/04/05          111

-------------------- -----------
20000405           112
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!