I have a table with two column; the first column contain unix timestamp(of 
type double ) which is the primary key. I would like to round the time. 
could I do :
mysql> insert into mytbl(time) values(round(time));

should this work?
Thanks
Nissim


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

Reply via email to