Database/MySQL
[Mysql] 데이터 수정하기 update
java나유
2022. 7. 4. 12:26
[update]-수정date 테이블명 set 필드명 = ‘변경할 값’ where 필드명=’중복되지 않는 값’;
update h_member set hcity='03' where hid='hong';

여러필드를 변경하고 싶을 때
, 로 추가해주기

728x90