Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: HelMaedb
  • Content: Threads
  • Order by date
  1. HelMaedb

    Modify UNIQUE constraint

    I have an InnoDb table with a named UNIQUE CONSTRAINT. The constraint has been created with an ALTER TABLE script: ALTER TABLE MyTable ADD CONSTRAINT UN_MyTable UNIQUE (field1); Now I need to add field2 to the constraint with an ALTER script to update old databases (I can't drop and...

Part and Inventory Search

Back
Top