[sql]이전 글, 제목, 다음 글, 제목 Share December 22, 2017 SDK 데이터베이스 모든글 SELECT no,title from table WHERE no = (SELECT max(no) FROM table WHERE no < '${id}') SELECT no,title from table WHERE no = (SELECT min(no) FROM table WHERE no > '${id}') Post Views: 308
Recent Comments