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.
次の値を持つvarcharフィールドがあります:03/09/2012 11:40:25 am
この文字列を日時に変換する必要があります。CONVERTを適用しようとすると、エラーが発生します。
前もって感謝します。
DATEFORMAT問題を引き起こしている期間が正しい順序であると仮定します。
DATEFORMAT
convert(datetime, replace('03/09/2012 11:40:25 a.m.', '.', ''))