On 27-Oct-2003 Henning Heil wrote:
> hi there,
> 
> the subject tells almost everything, I try to update records in a table 
> and everytime I do this, the timestamp field ist set to now().
> 
> how can I keep the previously stored value for this field (there are 
> values created before)?
> 

UPDATE [table] SET [timestamp]=[timestamp], ...

Regards,
-- 
Don Read                                     [EMAIL PROTECTED]
-- It's always darkest before the dawn. So if you are going to 
   steal the neighbor's newspaper, that's the time to do it.
                            (53kr33t w0rdz: sql table query)


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

Reply via email to