mamchenkov.net
AUTO_INCREMENT keys in MySQL
For ages I have been using AUTO_INCREMENT keys in MySQL. All of my projects needed either a unique numeric id, which is perfectly taken care of by AUTO_INCREMENT or non-numeric key which I was generating myself. Today I found myself in a situation where I needed to import some data into a table that has … Continue reading AUTO_INCREMENT keys in MySQL