Back
I'm a MySQL guy working on a SQL Server project, trying to get a datetime field to show the current time. In MySQL I'd use NOW() but it isn't accepting that.
INSERT INTO timelog (datetime_filed) VALUES (NOW())
You can use either getdate() or getutcdate().
31k questions
32.8k answers
501 comments
693 users