카테고리 없음2015. 2. 4. 18:58
update test t
set t.title = (
select p.title
from pms p
where p.id = t.id
)
where r.title is null
and exists (
select p.title
from pms p
where p.id = r.id
)

Posted by 선한열심
카테고리 없음2015. 1. 7. 09:02
like 검색시 '%${userName}%' 으로 안하면 부적합한 인덱스 오류하고 나온다
Posted by 선한열심
카테고리 없음2015. 1. 2. 20:37
http://www.coolio.so/spring-redirect시에-데이타-숨겨서-넘기는-방법/


http://roqkffhwk.tistory.com/m/post/121
Posted by 선한열심