Re: DELETE where syntax ... need help :)
- From: cobolman <olafbrungot@xxxxxxxxxxx>
- Date: Thu, 28 Jun 2007 03:03:32 -0700
I want create a delete statement of this select result:
SELECT A.NAME, A.TYPE, A.TAG FROM PMTOOLS A
WHERE EXISTS (SELECT B.NAME, B.TYPE, B.DATABASE FROM PMTOOLS B WHERE
A.TAG != B.TAG)
ORDER BY A.NAME
.
- Follow-Ups:
- Re: DELETE where syntax ... need help :)
- From: Dan Guzman
- Re: DELETE where syntax ... need help :)
- References:
- DELETE where syntax ... need help :)
- From: cobolman
- DELETE where syntax ... need help :)
- Prev by Date: DELETE where syntax ... need help :)
- Next by Date: Re: Performance between Standard Join and Inner Join
- Previous by thread: DELETE where syntax ... need help :)
- Next by thread: Re: DELETE where syntax ... need help :)
- Index(es):