sql startment problem PLEASE HELP .....

From: boy_66(at)hotmail(dot)com (penny)
To: pgsql-sql(at)postgresql(dot)org
Subject: sql startment problem PLEASE HELP .....
Date: 2001-07-04 17:49:44
Message-ID: a7c8116a.0107040949.860212c@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi all,

I am using Oracle8i Enterprise Edition in window 2000

my problem as following

~~~~~~~~~~~~~~~~~~~~~

SQL> create table ttt
2 ( name varchar2(100)
3 ,
4 constraint e check (name = lower(name)));

Table created.

SQL> alter table ttt
2 modify constraint e
3 check (name = upper(name));
check (name = upper(name))
*
ERROR at line 3:
ORA-00933: SQL command not properly ended


How can I modify constraint e ????

thanks.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Stephen Bell 2001-07-04 17:57:51 Re: sql startment problem PLEASE HELP .....
Previous Message Jason Alexander 2001-07-04 16:42:52 Updated rowcount