Spring CreateTest
Spring CreateTest
insert into tbl_board (title, content, writer) values(#{title}, #{content}, #{writer}) select bno , title, content, writer, regdate , viewcnt from tbl_board where bno = #{ bon } update tbl_board set title =#{title}, content =#{content} where bno = #{ bno } delete from tbl_board where bno = #{ bno } select bno, title, content, writer, regdate, viewcnt from tbl_board where bno >0 order by bno desc, regdate desc
from http://seul96.tistory.com/87 by ccl(A) rewrite - 2020-03-07 10:56:00
댓글
댓글 쓰기