SyntaxFix
Write A Post
Hire A Developer
Questions
You can pass GetDate() function as an parameter to your insert query e.g
GetDate()
Insert into table (col1,CreatedOn) values (value1,Getdate())