Ciao ho una tabella (che rappresenta un FORUM) così organizzata:
INSERT INTO `pre_forum_topic` (`topic_id`, `topic_uri`, `forum_id`, `topic_title`, `when`, `topic_posts`,
`first_post_user`, `first_post_when`, `last_post_user`, `last_post_when`, `topic_sticky`, `topic_locked`) VALUES
(7, 'General-Forum-Rules', 5, 'General Forum Rules', 1217233799, 1, 'admin', 1217233799, 'admin', 1215937799, 0, 0).
Vorrei aggiornare il timestamp di un tot di secondi. E, vedendo la tabella sopra, dovrei farlo nello stesso comando per tre volte.
Qualche suggerimento?
Grazie