I have an existing database from a flat file that I 
imported into a MySQL table. Some of the title
fields are duplicates - songs with the same name
from different song books. So if I want to delete
a record by title, I'll end up deleting all songs with
that title. Is there a way I can add a unique id field
and have it automatically generate a unique number to
each record? Hope that made sense.
Jeff Oien

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to