Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: DELETION PROBLEM
I beilieve that this will work:
delete from x
where x.field in (select y.field1 from y)
Darren
Sreenivas wrote in message <35EB247E.19B93CE5_at_hotmail.com>...
>Hi
>delete x
> where upper(substr(CLLI,1,4)) =
> upper(y.CLLI_NAME)
> /
>
>X AND Y ARE TWO DIFFERENT TABLES.
>
>Can you give the condition like this in delete statement.?
>
>If not possible solution?
>
>Thanx
>Srinivas
>
>:
>
Received on Mon Aug 31 1998 - 22:21:18 CDT
![]() |
![]() |