INSERT INTO `i2019041_members` (INSERT INTO `book_2019041` (`번호`, `책이름`, `저자`, `출판사`, `출판년도`, `ISBN`) VALUES (NULL, 'PHP로 작성하는 웹 프로그래밍 기초', '오윤상', '기한재', '2019', '978897018'), (NULL, '불편한 편의점', '기호연', '나무옆의자', '2021', '97911615'););
Fatal error: Uncaught mysqli_sql_exception: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'INSERT INTO `book_2019041` (`번호`, `책이름`, `저자`, `출판사`, `...' at line 1 in /users/2020/i2019041/public_html/2022/WebDB/test/insert.php:6 Stack trace: #0 /users/2020/i2019041/public_html/2022/WebDB/test/insert.php(6): mysqli_query() #1 {main} thrown in /users/2020/i2019041/public_html/2022/WebDB/test/insert.php on line 6