MySQL Forums
Forum List  »  General

Unique Index with Check clause
Posted by: Thomas Lehmann
Date: February 17, 2005 01:30PM

Hi,

i have a tricky problem. I have a table like this:
- ID (primary Key)
- State
- Field_A
- Field_B
- Field_C.

The State-field for each dataset can have 3 different states. I want to build a unique Index On Field_A, Field_B, FIeld_C and State buzt only than, when die value of field State has a special value.
How can a handle that problem on mySQL?

The database must do this check because of race condition of my application server.

Any suggestions?

Greatings
Thomas

Options: ReplyQuote


Subject
Written By
Posted
Unique Index with Check clause
February 17, 2005 01:30PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.