|
-
Hi,
I have a problem concerning check constraints. In the following table,
SeqID | Sequence
------------------------
1 | AAGTTTCCCC
2 | CCCGTTGGCCAAAA
the column Sequence can only contain strings of the four upper case letters A, C, G and T. Is it possible to defne a check constraint on the table to enforce this? Or do I have to use a trigger?
--Thanks for your help,
Dan1
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|