이승혁님의 php웹 프로그래밍 가이드를
보구있는데요..
이놈을 오라클로 구현중입니다.
mysql sql 문을 오라클로 구현중
난관에 부딪혔습니다.
쿼리 변형을 지지구 복구해도
아직 미숙한지라
도저히 되질 않아 올립니다.
답글 쿼리입니다.
$query="select thread as thread, right(thread,1) as r_thread from tbboard where fid=$fid and length(thread) = length('$
thread') + 1 and locate('$thread',thread) = 1 order by thread desc limit 1"; 이거 오라클용으로 변형하실수
있으신분 좀 도와주시기 바랍니다.