2020年5月12日

SQL SERVER 时间显示

摘要: --当前时间为2020年5月12日 Select convert(varchar(100),getdate(),0); --月 日 4位年 时:分AM/PM (如:05 12 2020 10:50AM) Select convert(varchar(100),getdate(),1); --月/日/ 阅读全文

posted @ 2020-05-12 14:18 好玩的MATLAB 阅读(2) 评论(0) 推荐(0) 编辑

导航