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
我查看了有关 cast 和 convert的 MSDN 文档,但一直无法找到这种特定格式。
这有效:
SELECT CAST('July,1999' AS DATETIME)