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: Query to select "check" constraints?

Re: Query to select "check" constraints?

From: Galen Boyer <galenboyer_at_hotpop.com>
Date: 17 Aug 2001 18:33:06 -0500
Message-ID: <uitfm2j28.fsf@verizon.net>


On 17 Aug 2001, stanb_at_panix.com wrote:

> Thanks, I added that, but I'm still geting a lareg number of
> rows.

Do you get more than one row when you execute

select count(*)
from USER_CONSTRAINTS
where TABLE_NAME = 'BRKR'
and CONSTRAINT_TYPE = 'C'

Also, you said 543 rows are returned.

How many rows are in table BRKR?

-- 
Galen Boyer
It seems to me, I remember every single thing I know.
Received on Fri Aug 17 2001 - 18:33:06 CDT

Original text of this message

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