×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
DELETE FROM Table WHERE Code || Client || Seqno Not In (SELECT Code || Client || MAX(Seqno) from Table)
Mark Walter
Business to Business Data Integration Specialist
Certified IBM System i Specialist
Paragon Consulting Services, Inc
mwalter@xxxxxxxxxxxxxxx
717-764-7909 ext. 126
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of David FOXWELL
Sent: Monday, March 01, 2010 10:13 AM
To: Midrange Systems Technical Discussion
Subject: SQL DELETE
Hi
I have this table :
Code Client SeqNo
A 123 10
A 123 20
A 123 30
B 123 40
B 123 50
A 456 35
A 456 30 etc
I want to delete lines so I keep only one line for each pairing of Code and Client. The SeqNo must be the highest number for the pair.
So my table after delete should be :
Code Client SeqNo
A 123 30
B 123 50
A 456 35
Thanks for any help.
PS what's happened to Elvis Budimlic?
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.