網頁程式設計相關教學
-- INSERT Syntax INSERT INTO `table` (`column1`, `column2`, `column3`) VALUES ('value1', 'value2', 'value3');