Re: default date time insertion in the database

2002-09-26 Thread Josh Trutwin
> Hi, > > can anyone tell me how can i set the default datetime as current > datetime in the mysql. so that every time i insert a record in the table > current datetime automaticall inserted. > Thanks in advance. >From MySQL manual section 6.5.3: "Default values must be constants. This means, fo

re: default date time insertion in the database

2002-09-26 Thread Victoria Reznichenko
Daya, Thursday, September 26, 2002, 7:53:46 AM, you wrote: DKD> can anyone tell me how can i set the default datetime as current datetime in DKD> the mysql. so that every time i insert a record in the table current DKD> datetime automaticall inserted. DKD> Thanks in advance. Take a look at TIMES