I had to modify the example code very slightly to get the code to run:
INSERT INTO test.TableWithIndexes
VALUES(1, 'Defrabuliser', 'Blue', '2009-04-30', 19.99, 0),
(15, 'Unbobulator', 'Green', '2012-01-13', 85.00, 0),
(22, 'Disbibulator', NULL, '2012-11-18',...