Comments - Table Construction

4 years, 4 months ago Ian Gilfillan

A primary key must be unique. This error means there are duplicate values for that field in the csv, which is not permitted according to your table definition. See Getting Started with Indexes. Also, check the csv data carefully. If your Comment field has commas in the text, this may be read as a field terminator, so these need to be escaped.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.