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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Subquery not allowed here

Re: Subquery not allowed here

From: mike <hillmw_at_charter.net>
Date: 29 Aug 2005 15:58:41 -0700
Message-ID: <1125356321.142016.208490@g49g2000cwa.googlegroups.com>


Well that did work. I thought it would complain about it.

My sql then was:

ALTER TABLE TABLEB

	ADD CONSTRAINT XFK_TABLEB_SUPPLIER_ID FOREIGN KEY (SUPPLIER_ID)
		REFERENCES TABLEA(SUPPLIER_ID)

Thanks for straightening me out. Received on Mon Aug 29 2005 - 17:58:41 CDT

Original text of this message

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