Re: Insterting date in an MySQL table

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Charalambos Nicolaou" <npambos@xxxxxxxxxxx> wrote in message
news:Sea2-F51gPugu3WOXs8000032dc@xxxxxxxxxxxxxx
> Hi everyone,
>
> I want to created a MYSQL table which will get the date in the form
> (YYYY-MM-DD) automatically. I have created the table below but it doesn?t
> get the form of date that I want. It has the form (YYYYMMDDHHMMSS)
>
> CREATE TABLE questions1 (ID INT NOT NULL AUTO_INCREMENT,name
VARCHAR(30),day
> TIMESTAMP,question TEXT,email VARCHAR(30),answer TEXT, PRIMARY KEY(ID));
>
> Is there any other date field that gets the date form as I want?

Use the column type date - this is what you want.

Regards, Torsten

>
> Thanks in advance
>
> Charalambos Nicolaou
>
> _________________________________________________________________
> MSN 8 with e-mail virus protection service: 2 months FREE*
> http://join.msn.com/?page=features/virus

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux