Multiple insert using SET instead of VALUES

Posted by Kirzilla on Stack Overflow See other posts from Stack Overflow or by Kirzilla
Published on 2010-04-17T13:16:51Z Indexed on 2010/04/17 13:23 UTC
Read the original article Hit count: 196

Filed under:
|

Hello,

Is it possible to make multiple insert using SET column_name=value instead of (column_name) VALUES (value)?

Thank you

© Stack Overflow or respective owner

Related posts about mysql

Related posts about mysql-query