Hello,
If I created a table, but never set AUTO_INCREMENT for my primary key, how can I do this later?
Also, if I have two fields in table: ID and name, if I insert a record into this table: INSERT INTO myTable (ID,name) VALUES( .... what do I need to put for ID in VALUES() so it increment correctly -- ? ?
thanks,
Alex