Re: DELETE where syntax ... need help :)
- From: cobolman <olafbrungot@xxxxxxxxxxx>
- Date: Thu, 28 Jun 2007 04:08:01 -0700
Actually I want to delete all rows which is duplicate on NAME and
TYPE.
Name Type Tag
---------------------------------
TEST1 12 A
TEST1 12 B
TEST2 12 A
TEST4 14 B
If you take this example, I'd like to delete TEST1 and only have TEST2
and TEST4 left in my table.
This is a temporary table used to compare tables in different
databases.
I move all the tables from both databases into this temp table, and to
find the tables that are found only in on of the databases, I want to
perform the deletion as mentioned above.
The result should give me the tables (occurences) that is missing in
one of the databases. The TAG tells me which.
.
- 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
- Re: DELETE where syntax ... need help :)
- From: cobolman
- Re: DELETE where syntax ... need help :)
- From: Dan Guzman
- DELETE where syntax ... need help :)
- Prev by Date: Re: Performance between Standard Join and Inner Join
- Next by Date: Re: DELETE where syntax ... need help :)
- Previous by thread: Re: DELETE where syntax ... need help :)
- Next by thread: Re: DELETE where syntax ... need help :)
- Index(es):
Relevant Pages
|