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 strongm 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: *

  1. rgomezs

    New to informix

    Hi Would not be better solution to create an unique index? or a primary key? CREATE UNIQUE INDEX i_test1 ON test1(code); or ALTER TABLE test1 ADD CONSTRAINT PRIMARY KEY (code); Then you´ll get an error on existing row with less effort. Greetings.

Part and Inventory Search

Back
Top