Đã tìm ra giải pháp:
mysql> UPDATE table SET last_update=now(), last_monitor=last_update WHERE id=1;
Tôi đã tìm thấy cái này trong MySQL Docs và sau một vài thử nghiệm, nó hoạt động:
Đã tìm ra giải pháp:
mysql> UPDATE table SET last_update=now(), last_monitor=last_update WHERE id=1;
Tôi đã tìm thấy cái này trong MySQL Docs và sau một vài thử nghiệm, nó hoạt động: