1 Comment to “UPDATE and INSERT differences in syntax is an inconvenience”

  1. Alix Axel

    May 8th, 2010

    Actually, INSERT supports the UPDATE syntax:

    INSERT INTO `avatars` SET `userid` = ‘…’, `mimetype` = ‘…’;

    See http://dev.mysql.com/doc/refman/5.1/en/insert.html


Leave a Reply