> 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
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