Changes

Inserting Data into a MySQL Database

151 bytes added, 19:01, 3 October 2007
Adding Multiple Rows to a Table
== Adding Multiple Rows to a Table ==
Adding multiple rows to a table can be achieved either using multiple ''INSERT'' statements or by submitting all the rows as part of a single ''INSERT'' statement.When adding multiple rows to a MySQL database table using a single ''INSERT'' statement, simply separate each set of data with a comma: <pre> </pre>