MySQL update replace 구문 > 개발

본문 바로가기
사이트 내 전체검색

개발

MySQL update replace 구문

페이지 정보

profile_image
작성자 관리자 (61.♡.12.126)
댓글 0건 조회 3,142회 작성일 16-06-20 00:09

본문

update TABLE set column1=replace(column1,'대한민국','한국')


그누보드4에 적용시킨 구문

update `g4_write_boatshow`
set wr_content = replace(wr_content,'http://old.domain.com/ace','http://new.domain.com/ace')
where wr_content like '%http://old.domain.com/ace%'

추천0

댓글목록

등록된 댓글이 없습니다.

Total 386건 5 페이지
  • RSS

검색


사이트 정보

Copyright © Baragi.Net. All rights reserved.