Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Invalid column name problem

Re: Invalid column name problem

From: Steve <alan_bo_at_hotmail.com>
Date: 17 Sep 2001 08:06:46 -0700
Message-ID: <15c65e2b.0109170706.77d6ef2@posting.google.com>


Try this:

alter table dept modify (loc CHAR(30) constraint loc_nn NOT NULL);

That should work and it is the correct syntax.

HTH
STEVE Received on Mon Sep 17 2001 - 10:06:46 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US