SQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseSQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old October 17th, 2002, 08:28 AM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,575 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
selecting the last record in a series of groups

<i><b>Originally posted by : Lee Farrant (leefarrant@hotmail.com)</b></i><br />hi, <br /><br />could someone help be right some sql as i am having problems at the moment.<br /><br />This is the example <br /><br />I have 5 fields <br /><br />FIELD1 FIELD2 FIELD3 FIELD4 FIELD5<br /><br />The data looks like this <br /><br />id FIELD1 FIELD2 FIELD3 FIELD4 FIELD5<br />1 cust1 task1 otherdata otherdata updateddate<br />2 cust1 task2 otherdata otherdata updateddate<br />3 cust1 task3 otherdata otherdata updateddate<br />4 cust2 task1 otherdata otherdata updateddate<br />5 cust2 task2 otherdata otherdata updateddate<br /><br />this is a 1 table database. people add new records then they have finished a task on the customer project.<br /><br />i have to right sql which will display all 5 fields BUT only display records 3 and 5 because this is the last update/task added for this customer.<br /><br />I starting using .last , though it was working then when the database began to fill up it never gave me the last recorded add by customer FIELD1.<br /><br />database is ms access<br /><br /><br />Thanks<br /><br />Lee <br />leefarrant@hotmail.com

Reply With Quote
  #2  
Old October 7th, 2003, 10:33 AM
m_lazor m_lazor is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Location: Luxembourg
Posts: 156 m_lazor User rank is Corporal (100 - 500 Reputation Level)m_lazor User rank is Corporal (100 - 500 Reputation Level)m_lazor User rank is Corporal (100 - 500 Reputation Level)m_lazor User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Since in your example we can sort on FIELD2 (but I'm sure with real data it will be different)

SELECT Field1, Max(Field2), Field3, Field4, Field5
FROM Table
GROUP BY ID

Instead of Max(FIELD2) you would probably want to use some other field that indocates that this was the last task entered, like a date or so...

MArtin

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseSQL Development > selecting the last record in a series of groups


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump





 Free IT White Papers!
 
Create the Optimal Architecture for your Critical Applications
Warburton's the largest independently owned bakery in the UK faced a number of difficult challenges in providing the most robust yet efficient IT infrastructure for their organization's success. IBM's services combined with their xSeries servers created the perfect platform for their SAP environment with sufficient flexibility, and did so in very time effective fashion.

 
Five Best Practices for Deploying a Successful Service-Oriented Architecture
This white paper describes the benefits you can expect with SOA, and how IBM can help take your business there.

 
Gartner Magic Quadrant for Application Delivery Controllers
Gartner summarizes its view on Application Delivery Controllers, evaluates strengths and weaknesses of solutions, and provides Magic Quadrant reporting for a quick comparison across all vendors. Learn from Gartner how you can benefit from an all-in-one device like Citrix NetScaler that delivers the highest levels of availability, performance and security.

 
Knowledge is Power
What you don't know can hurt you, and is likely costing you money and increasing your security risks during an era of scarce resources. This white paper proposes six key strategies that enterprise security managers can use to improve their network defense posture.

 
Rationalizing the Multi-Tool Environment
The rationalized multi-tool approach is flexible, scalable and cost effective. It provides the necessary input to the IT service management business processes. It preserves prior investments in monitoring tools, empowers technologists to select the best tools with which to do their jobs, and enhances effective response to incidents.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2010 by Developer Shed. All rights reserved. DS Cluster 9 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek