[2025-12-21 02:14:27]
Query : select b.code, b.num, b.member_code, b.board_code, c.type, c.title AS board_title, b.title, b.NAME, b.link, b.category, b.start_date, b.end_date, b.hitting, to_days(current_date)-to_days(b.reg_date) as diff_date,to_days(b.end_date)-to_days(current_date) as diff_event_date,date_format(b.reg_date,'%Y-%m-%d %H:%i') as reg_date,date_format(b.reg_date,'%Y-%m-%d') as reg_date_short,concat('http://k-cosepa.or.kr/user',a.file_path,'/',a.thumbnail_name,'?dummy=',1766250867) as image_url,concat('http://k-cosepa.or.kr/user',a.file_path,'/',a.file_name,'?dummy=',1766250867) as file_url,a.file_path,a.file_name,a.orig_name from board_data b left join attachment a on (a.table_name='board_data' and b.code=a.table_code) INNER JOIN board c ON (b.board_code = c.code) where b.member_code = AND b.is_notice is null group by b.code order by b.num, b.depth asc
Error : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'AND b.is_notice is null group by b.code order by b.num, b.depth asc' at line 1 cosepa

회원 전용

내가 쓴 글

번호 게시판 제목 등록일
등록된 게시물이 없습니다.