Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2013年1月17日4:34:59の日時を24時間形式で取得したい
SELECT CONVERT(VARCHAR(12), SYSDATETIME(), 107) +' '+ CONVERT(VARCHAR(12), SYSDATETIME(), 108) AS [Mon DD, YYYY]