Home Tutorialhelp Allcomments Jdbc Jdbc Mysql Makeuniquecolumn

 
 

Comments

 
User Comments for the tutorial:

Make Unique Column in Database Table



Comments

alter table unique column (nice!)
Rose, Description of code: ALTER TABLE table_name ADD UNIQUE(col_name):; This command example comtains a syntax error, the ":" is extraneous. The instruction was however exactly what I needed. I just wonder how to do this same "AL 

Related Tutorial and Articles

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.