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())