![]() |
|
|
+ Search |
![]()
|
Sep 4th, 2000 19:47
Craig Fratrik, sam harwin, http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#INSERT
The code is as follows:
INSERT INTO <table> (<col1>, <col2>...) VALUES (<val1 for col1>,
val1 for col2>...), (<val2 for col1>,<val2 for col2>...)...;