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

댓글

이 블로그의 인기 게시물

2020 LCK 롤챔스 Spring 경기 재개 및 일정

데이터 바인딩 추상화 - propertyEditor

Spring Web Form