I have created a table in derby Netbeans and now i realize that i need to make a column as auto incremented by 1 which is a primary key. How can i do so? I
Try this :
alter table ISSUERECIPT modify column IRCODE int(4) auto_increment