ERROR

데이터베이스 에러가 발생하였습니다.

Problem preparing query Table 'coursemos.im_eco_program_table' doesn't exist
SELECT p.idx, p.hit, p.cover, p.is_visible, p.signin_type, p.iidx, p.didx, p.title, p.use_point_once, p.use_poll_point_once, p.use_team_point, p.use_essential_once, p.category1, p.category2, p.use_course_competency, p.course_competency_point , pt.pidx, pt.tidx, pt.confirm_type, pt.poll, pt.poll_start_date, pt.is_poll_closed, pt.year, pt.semester, pt.start_date, pt.end_date, pt.signin_start_date, pt.signin_end_date, pt.signin_limit, pt.awaiter_limit, pt.time, pt.count, pt.point, pt.level2, pt.team_point, pt.mcidx2, pt.essential_point, pt.score, pt.applicant, pt.participant, pt.compilator, pt.respondent, pt.is_complete, pt.is_greate, pt.showing_topic, pt.reset_date, pt.calender_data, t.title as topic FROM im_eco_program_topic_table pt LEFT JOIN im_eco_program_table p on p.idx=pt.pidx LEFT JOIN im_eco_topic_table t on t.idx=pt.tidx WHERE pt.pidx = ? AND pt.tidx = ?