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.
mmddyyhhminの日付形式が必要です。誰かがこれを達成するのを手伝ってくれますか?例:GETDATEの結果は「032520130550」である必要があります
これを試して:
select str_replace(convert(varchar,getdate(),101),'/',null)+str_replace(convert(char(5),getdate(),108),':',null)