RE: Default Date value

2001-03-26 Thread Cal Evans
48 PM To: Cal Evans; MYSQL Subject: RE: Default Date value Is it possible to set a function as a default value for a column at all. I apologize if I come off a bit dumb about this but I come from an MSSQL background where you can set a default to a function. Thanks Again -Original Message-

Re: Default Date value

2001-03-25 Thread Jeremy D . Zawodny
On Sun, Mar 25, 2001 at 10:47:41PM -0700, Michael Blood wrote: > > Is it possible to set a function as a default value for a column at > all. I apologize if I come off a bit dumb about this but I come > from an MSSQL background where you can set a default to a function. You cannot. -- Jeremy D.

RE: Default Date value

2001-03-25 Thread Michael Blood
, March 25, 2001 4:06 PM To: Michael Blood; MYSQL Subject: RE: Default Date value BlankI don't think you can do that with a default value. You will need to include the current date in your insert statement. Cal http://www.calevans.com -Original Message- From: Michael Blood [m

RE: Default Date value

2001-03-25 Thread Cal Evans
BlankI don't think you can do that with a default value. You will need to include the current date in your insert statement. Cal http://www.calevans.com -Original Message- From: Michael Blood [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 25, 2001 5:30 PM To: MYSQL Subject: De