Updating multiple rows in MySQL 썸네일형 리스트형 php mysql 여러행 한번에 업데이트하기 php mysql 여러행 한번에 업데이트하기mysql update multiple rows mysql 한번에 여러행 업데이트 하기 //하나씩 업데이트 $sql1 = "update MAIN set CONTENTS='$menu_name1' where MENU_NAME = 'menu_name1' "; $sql2 = "update MAIN set CONTENTS='$menu_name2' where MENU_NAME = 'menu_name2' "; $sql3 = "update MAIN set CONTENTS='$menu_name3' where MENU_NAME = 'menu_name3' "; $sql4 = "update MAIN set CONTENTS='$menu_name4' where MENU_NAME = 'm.. 더보기 이전 1 다음