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.
我需要创建新字段并插入记录插入表的字段日期以前存在的插入日期
听起来你需要使用这样的东西
INSERT INTO [YourTableName] ([SomeDateColumn]) VALUES (GETDATE())