hi...

i've got a question/problem that i can't seem to figure out. it should be
simple/straightforward.

i'm creating a test tbl
 id int
 t1 timestamp

when i do a 'select * from tbl' i get what looks like a default date/time
format in the timestamp column.

i do a, (from mysql)
 'insert into tbl (id, t1) values (1, 333333)' and it fails...

i do a,
 'insert into tbl (id, t1) values (1, now())' and it works...

after i do the 'now()', i see what also looks like a date/time format in the
timestamp column.

any ideas/comments/thoughts as to what might be going on...

thanks...

ps. my goal is to create a quick/test php app where i can use the php
'time()' functin and insert it into the mysql tbl!!!



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

Reply via email to