Hi All,
I have started working with Oracle and I have some very basic questions I am sure.
Anyway,
I want to check the a field contains 4 letters then 2 numbers :
1234ab = true
1234 ab = true
ab1234 = false
1a2b34 = false
12a = false
1a234 = false
1234abc = false
abc12345 = false
1234abcdefg56789 = false
...etc...
Can you help me with this?
Thanks allot,
DerickD
I have started working with Oracle and I have some very basic questions I am sure.
Anyway,
I want to check the a field contains 4 letters then 2 numbers :
1234ab = true
1234 ab = true
ab1234 = false
1a2b34 = false
12a = false
1a234 = false
1234abc = false
abc12345 = false
1234abcdefg56789 = false
...etc...
Can you help me with this?
Thanks allot,
DerickD