select count(*)+1 as no from gm_contents where state = '1' and gcode = :gcode and embargo <= now() and title like :subject and (embargo > :date1 or (embargo = :date2 and gid > :gid))select gid from gm_contents where state = '1' and gcode = :gcode and embargo <= now() and title like :subject and (embargo < :date1 or (embargo = :date2 and gid < :gid)) order by embargo desc, gid desc limit 2, 1select b.* from (select gid from gm_contents where state = '1' and embargo <= NOW() and gcode in ('feature', 'mecareport') and title like :q order by embargo desc limit 32, 5) a left join gm_contents b on a.gid = b.gid
게임 속에서 고통받기 전문가, 게임툰 작가 노동8호가 게임메카 리뷰툰으로 돌아왔습니다. 이번에는 넥슨의 서브 브랜드 민트로켓에서 제작한 <데이브 더 다이버> 데모판을 플레이 해 봤습니다. 니모와 도리를 만나 초밥을 만들면 그들의 피부결이 그대로 살아있는 요리가 탄생하는 무시무시한 게임이지요.
게임 속에서 고통받기 전문가, 게임툰 작가 노동8호가 게임메카 리뷰툰으로 돌아왔습니다. 이번에는 넥슨의 서브 브랜드 민트로켓에서 제작한 <데이브 더 다이버> 데모판을 플레이 해 봤습니다. 니모와 도리를 만나 초밥을 만들면 그들의 피부결이 그대로 살아있는 요리가 탄생하는 무시무시한 게임이지요.