https://studyingazae.tistory.com/189
[ORACLE] 널(NULL)에 대한 IN과 NOT IN
오라클에서 WHERE 절에 IN이나 NOT IN을 쓰는 경우가 많다. IN () 다음의 괄호에는 1000건 이상이 들어가면 에러가 난다. 이 문제는 바로 에러가 터지기 때문에 미리 알기 쉬운데, 비교값에 NULL이 들어
studyingazae.tistory.com
'Study > Backend' 카테고리의 다른 글
[Spring JPA] Test 중 @CreatedDate가 null일 시 (0) | 2022.07.03 |
---|---|
[Spring] QueryDSL (0) | 2022.06.02 |
[SSL] ubuntu letsencrypt (0) | 2022.05.27 |
[Spring JPA] entity relationship (0) | 2022.05.24 |
[Spring Security] custom JWT 사용 (0) | 2022.05.24 |
Comment