Wednesday, March 28, 2012

How to insert current date in SQL?

Hi guys,

how do i insert the current date in SQL?

GetDate()

http://msdn2.microsoft.com/en-us/library/ms188383.aspx

Hope this helps.

|||

You can get the value of the current date in thegetdate() function.

No comments:

Post a Comment