# 현재 시간 now() : 날짜와 시간 같이 표기 curdate() : 날짜만 표기 # update 쿼리 예시 > UPDATE {테이블명} SET updated_at=now() where id={ID}