Re: Domain for numbers.
- From: Bob Badour <bbadour@xxxxxxxxxxxxxxxx>
- Date: Thu, 17 Jan 2008 09:45:20 -0400
Naga lenoj wrote:
Actually, i have a need to store the numbers like "AS2303",
TS3381"(first 2 alphabets,next 3 numbers). What i want is, i have to
assign the integrity which can check the following values,
23334, ASDER, SDE23, 233A4 and like this.
If i assign as a character type domain.Then i can't check the above
cases.
Can anyone help me?
I am using postgresql(for your information).
If I recall correctly, postgresql has some support for regular expressions:
http://www.postgresql.org/docs/8.1/static/functions-matching.html
Does it support general constraints with a CHECK keyword? Yes it does:
http://www.postgresql.org/docs/8.1/static/ddl-constraints.html
.
- References:
- Domain for numbers.
- From: Naga lenoj
- Domain for numbers.
- Prev by Date: Re: what are keys and surrogates?
- Next by Date: Re: Principle of Orthogonal Design
- Previous by thread: Re: Domain for numbers.
- Next by thread: Re: Domain for numbers.
- Index(es):
Relevant Pages
|
|