Hi, I fear this is a beginners question but I'm no SQL guru and couldn't find it out of the documentation. For SpamAssassin, I have a table "awl" (auto white list), and there should be one field "lastupdate". I added it like this: ALTER TABLE awl add column lastupdate timestamp default now(); But I also need the "lastupdate" be updated every time a field in that row is updated, so a statement like this: ALTER TABLE awl add column lastupdate2 timestamp default now() on update set now(); But it doesn't work. Do I need a trigger? If yes, what would be the format? I never did triggers. mfg zmi -- // Michael Monnerie, Ing.BSc ----- http://it-management.at // Tel: 0676/846 914 666 .network.your.ideas. // PGP Key: "curl -s http://zmi.at/zmi.asc | gpg --import" // Fingerprint: AC19 F9D5 36ED CD8A EF38 500E CE14 91F7 1C12 09B4 // Keyserver: www.keyserver.net Key-ID: 1C1209B4
Attachment:
signature.asc
Description: This is a digitally signed message part.