34,837
社区成员




select convert(varchar(23),getdate(),120)
select convert(char(24),getdate(),121),getdate()
/8
------------------------ ------------------------------------------------------
2008-02-21 00:30:18.673 2008-02-21 00:30:18.673
(所影响的行数为 1 行)
*/