라벨이 SQL update인 게시물 표시

SQL update 문

 update board set food = '사과' where food = '배'  update board set phone = '01011112222' where num = '11'