묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
SQL 질문합니다
2012.07.09 11:37
update CsDB_documents set reward_point = '10' where reward_point ='' and module_srl = 30628;
update ClubSoundDB_documents set reward_point = '10' where reward_point = null and module_srl = 30628
둘다안먹히더군요..;
이런식으로 reward_point 가 설정값이 없을때 10으로 바꾸고싶은데
적용이 안되더군요
아마도 우선 그림과 같이 [v] 체크되어있는 부분을 풀어줘야될 것같은데
null 값으로 되어있어서 그런듯 싶습니다.
reward_point 가 [v](null값) 체크된 것은 where 안에 ' ' 값에 어떤 것을 넣어줘야할지요?
update ClubSoundDB_documents set reward_point = '10' where reward_point is null and module_srl = 30628