hi...

a simple question...

i'm creating a table and want to set a column to have the default of the
current day/time when the row is created...

i've tried...

create table foo(
dog int,
timestamp1 default NOW()
);

with no success. i've also tried various iterations..

any ideas/solutions as to what i'm missing...

thanks

-bruce


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to