N neoklis Registered User. Local time Today, 14:04 Joined Mar 12, 2007 Messages 80 Apr 3, 2007 #1 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
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
T tehNellie Registered User. Local time Today, 12:04 Joined Apr 3, 2007 Messages 751 Apr 3, 2007 #2 Getdate() will return the current date-time.
N neoklis Registered User. Local time Today, 14:04 Joined Mar 12, 2007 Messages 80 Apr 4, 2007 #3 thank you tehNellie