On Monday 23 December 2002 12:41, Akash wrote: > I want to store NULLS or '000000000' in a column which is of type > TimeStamp. > According to MySQL implementation, if I give the default value of the > column during table creation as NULL, it will store the current time in the > timestamp column. I do not want this "current time" to be stored in the > timestamp column. I want it to be NULL. How to do this ?
Use DATETIME column type instead: http://www.mysql.com/doc/en/DATETIME.html -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php