Project

General

Profile

Actions

Non-Function #780

closed

[DB] file_path가 null인 데이터 관련 확인

Added by Jisoo Choi 2 days ago. Updated 2 days ago.

Status:
Closed
Priority:
High
Assignee:
Start date:
02/20/2025
Due date:
% Done:

0%

Estimated time:

Description

 

콘텐츠 등록 기준 섬네일 이미지가 있고, 첨부파일 테이블에 파일은 있는데, file_path가 null인 데이터가 있습니다.

SELECT * FROM st_contents c
LEFT JOIN st_files f  ON c.thumb_file_no = f.file_no
WHERE thumb_file_no IS NOT NULL AND file_path IS NULL

*개발 DB 기준 52건

 

[확인을 부탁드리고 싶은 내용]

(1) 리소스 자체가 없는 것인지

(2) file_path를 확인할 수 없는 것인지

(3) 삭제된 것인지 -> 맞다면 복구가 가능한지

 

이미지 매칭을 위해 필요한 게 무엇일지 확인을 부탁드리고 싶습니다!

 

 

Actions

Also available in: Atom PDF