|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Oracle 9i Check Constraint
I have a MM_MOVIE table that has a MOVIE_VALUE column. The MOVIE_VALUE column should be between 5 and 100 inclusive.
Here is what I have tried and it doesn't work: CONSTRAINT movie_value_ck CHECK (5 < mm_movie.movie_value > 100) Any thoughts on how to correctly write this constraint? |
|
#2
|
|||
|
|||
|
try this.
CONSTRAINT movie_value_ck CHECK (movie_value between 5 and 100) |
|
#3
|
|||
|
|||
|
hey i am in urgent need of ORACLE 8i or 9i, can any one help me by providing cd or atleast a website for oracle opensource free download.....i cannnot download from original oracle.com site......
![]() |
![]() |
| Viewing: Dev Articles Community Forums > Databases > General SQL Development > Oracle 9i Check Constraint |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|