Re: Column NUMBERS accepting only a pre defined range of numbers

From: Marc Blum <noreply_at_marcblum.de>
Date: Mon, 18 Apr 2011 09:28:12 +0200
Message-ID: <ltpnq6dg3sndrhofq8sfu8cgntj00tu863_at_4ax.com>


>
>CREATE TABLE orders
>(
>name VARCHAR2(20),
>ID NUMBER(10) CHECK (ID BETWEEN 1 AND 750),
>dateofrecord DATE)
>constraint pk_ID (ID)
>)
Received on Mon Apr 18 2011 - 02:28:12 CDT

Original text of this message