I need to use MySQL in one of the projects at work. Fair enough, databases are useful little thingies. Big thingies. Frustrations mount quickly, though.
Example.
- Dataset in text file contains N unique rows which I may want to update now and then.
- N is large.
- No column value is unique to each row, so there is no natural primary key.
- Every row is guaranteed to be unique.
- Does MySQL have some operator, procedure, function or command I can use to avoid duplicate rows when updating database from new text source? Can’t find any.

0 Responses to “MySQL”
Leave a Reply