View Full Version : date()


neoklis
04-03-2007, 02:17 AM
Hi

I want a date field to an SQL 2000 table, to have default value Now() or date() as in Access. Which is the similar functions for SQL?

Thanks

tehNellie
04-03-2007, 05:22 AM
Getdate() will return the current date-time.

neoklis
04-03-2007, 10:17 PM
thank you tehNellie