Jump to content

Quick question, altering a table to ignore blank entries?


jacomus

Recommended Posts

This is probably something quite basic with a quick answer, but what I want to do is alter a table to ignore blank entries.

 

I assume the syntax is similar to this statement below, which ignores duplicate entries (abc being the name of the table):

 

 

ALTER IGNORE TABLE abc

    -> ADD PRIMARY KEY (abc);

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.