Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

고마구의 개발 블로그

240731 15주차 수요일 - Spring 13 본문

KDT풀스택과정 공부

240731 15주차 수요일 - Spring 13

고마구 2024. 7. 31. 18:16

게시판

select * from board;
insert into board(bGroupKind, bId, bName, bTitle,
bContent,bwritetime,bGroup) select bgroupkind,bid.nextval,bname,btitle,bcontent,bwritetime,bid.currval from board where bid=bgroup;
commit;
 select * from board where 1=1;
select * from board where 1=1 order by bgroup desc, 
bstep asc offset (3-1)*10 rows fetch next 10 rows only;