그누보드라고 가정할때 해당 게시물을 검색하다 이 게시물이 g4_board_file 테이블에 별도로 저장되어 있는 이미지 파일이 있는지, 있다면 해당 이미지 파일의 파일명을 추출하고자 한다. $sql = "select *, wr_id AS idx case when (select bf_file from g4_board_file where wr_id = idx) is NULL then '' else (select bf_file from g4_board_file where wr_id = idx) END AS bf_file from g4_write_notice where wr_id = '1' "; $row = sql_fetch($sql); if($row['bf_file'] != "") $img = "