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.
SQLで日付を次の形式で解析することは可能ですか:
July, 1999
キャストと変換についてMSDN のドキュメントを見てきましたが、この特定の形式を見つけることができませんでした。
これは機能します:
SELECT CAST('July,1999' AS DATETIME)