Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 1452
- API 설계
- programmers
- kafka-connect
- jdbc connector
- Path Variable
- git rebase -i
- 문자열 검증
- event loop
- Late row lookup
- foreign key constraint fails
- Pagination Optimization
- kafka connect
- code --no-sandbox
- Query String
- Invalid character found in method name
- debezium
- 참조무결성
- Cannot add or update a child row: a foreign key constraint fails
- 페이지네이션
- 1450
- git reflog
- 제약 조건
- 페이지네이션 최적화
- 23000
- reflog
- Cannot delete or update a parent row: a foreign key constraint fails
- constraint fails
- Git
- kafkaconnect
Archives
- Today
- Total
목록DB (1)
Kawaii_Jordy
[참조무결성] (1452): Cannot add or update a child row: a foreign key constraint fails 해결
Problem (1452): Cannot add or update a child row: a foreign key constraint fails Foreign key에 값을 삽입할 때, 참조하는 테이블의 Primary key에 해당하는 값만 삽입해야 하지만 이를 어길 시 위의 에러가 발생한다. Solution 참조하는 테이블의 Primary key에 값을 넣어준 뒤, 참조 받는 테이블의 Foreign key의 값을 참조하는 테이블의 Primary key의 값으로 넣어준다.
취준/DB
2021. 5. 8. 13:31