2021-09-13-TIL
2021-09-13-TIL
MySQL
일별/월별/연도별 쿼리
- https://pythonq.com/so/mysql/2379
시간 더하기, 빼기 (DATE_ADD, DATE_SUB)
- https://extbrain.tistory.com/58
실수로 대량 업데이트
우선 RDS설정에 롤백이 가능하도록 특정 시점(스냅샷)이 저장되는지 확인한다. 저장되지 않는다면 덤프를 떠놓은 파일이 있는지 검토한다. 그것마저 없다면…
이를 방지하기 위해서는 우선
- https://www.ilifo.co.kr/boards/article/59
특정 컬럼의 값으로 다른 컬럼의 값을 업데이트
- https://iwordpower.com/update-column-in-mysql/
BOOLEAN TYPE
- https://freegians.tistory.com/entry/MySQL-BOOLEAN-TYPE-use-tip
Spring MVC
- https://stackoverflow.com/questions/12296642/is-it-possible-to-have-empty-requestparam-values-use-the-defaultvalue
JPA
@Transactional
- https://javabom.tistory.com/103
MyBatis
@Mapper instead of XML mapper
- https://codingnojam.tistory.com/27
기타
- https://medium.com/29cm/%EC%9C%A0%EC%A0%80-%EC%A3%BC%EB%AC%B8-%EC%B7%A8%EC%86%8C-%EA%B8%B0%EB%8A%A5-java-%EC%A0%84%ED%99%98%EA%B8%B0-d218e5ecb874
This post is licensed under CC BY 4.0 by the author.