select count(*) as cnt
from g4_story a, g4_member b
where a.mb_id=b.mb_id and a.st_open='1' and !b.mb_intercept_date and a.st_genre = '로맨스' and (a.st_special != '1')
and (b.mb_nick RLIKE '^ㅂ' OR ( b.mb_nick >= '바' AND b.mb_nick < '사' ))
order by
b.mb_nick desc,
a.st_date_last desc 23 : Out of resources when opening file './kstorywa/g4_member.MYD' (Errcode: 24) error file : /novel/novel_list.php |