Bug #7903 Running script.
Submitted: 14 Jan 2005 10:51 Modified: 14 Feb 2005 12:08
Reporter: Dov Yaron Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:1.1.5 OS:Windows (Window XP Pro SP2)
Assigned to: CPU Architecture:Any

[14 Jan 2005 10:51] Dov Yaron
Description:
INSERT INTO artist (name) VALUES
 ('Da Vinci'),
 ('Monet'),
 ('Van Gogh'),
 ('Picasso'),
 ('Renoir')
;

Getting error message 1064.

However this:
INSERT INTO artist (name) VALUES ('Da Vinci'), ('Monet'), ('Van Gogh'), ('Picasso'), ('Renoir');

runs OK.

How to repeat:
Run the above example
[14 Jan 2005 12:08] MySQL Verification Team
Hi,

Your example works fine for me.
How exactly did you run INSERT command?
[14 Feb 2005 22:54] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".