Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How would you delete the values returned by an sql query?
Here is the example:
SQL>DELETE FROM (SELECT * FROM T WHERE TCOL IN ( SELECT TTCOL FROM TT));
I tried this in 10G R2 and worked fine.
Do post the exact SQL and the ERROR message and ur version if it still an issue.
Krish. Received on Mon Feb 05 2007 - 14:40:40 CST
![]() |
![]() |