# 칼럼 하나 수정 > UPDATE {테이블명} SET update_at=now() where id={ID값}; # 다중 칼럼 수정 > UPDATE {테이블명} SET update_at=now(), deleted_at=now() where id={ID값};