이트레인 CF영상

    select wm_board.* , fi.wm_filename, fi.wm_file_width, fi.wm_file_height ,'qna' as tablename, '' as thumb_width, '' as thumb_height from sp_wm_qna as wm_board left join sp_board_file as fi on wm_board.wm_id = fi.wm_bid and fi.wm_num = 0 and fi.wm_table = 'qna' where 1 = 1 and wm_is_comment = 0 order by limit 0, 5

    1064 : 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 'limit 0, 5' at line 8

    error file : /index.php