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 January 22nd, 2004, 10:56 AM
spearssc spearssc is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 12 spearssc User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 m 7 sec
Reputation Power: 0
Help w/query to retrieve latest pay increase

Please help a beginner.....


I have a table that holds employee name and all pay increases, bonuses and awards given to them while employeed with the company. So, there will be more than one entry in the table for each employee and pay type(pay increases, bonuses and awards).

I have 3 entries for an employees that has 3 payincrease. I have to show the current salary on the report and the last payincrease date and amount. I have the current salary calculation correct--yes!! I cannot get the latest payincrease date [B]and[B] amount of increase given.

In know I can use Max(emp_pay_dt) AS pay_date to get the latest pay increase date but I cannot seem to get the corresponding emp_pay_amt for that date. I tried using the EXISTS clause but I got an error on my query. I tried using the pay_date in a WHERE and I got an error that I couldn't do that.

thanks in advance for your help,

spearssc

Reply With Quote
  #2  
Old January 22nd, 2004, 11:22 AM
Memnoch's Avatar
Memnoch Memnoch is offline
Unholy Moderator
ASP Free God 14th Plane (11500 - 11999 posts)
 
Join Date: Oct 2003
Location: In hell, where did you think?
Posts: 11,776 Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level) 
Time spent in forums: 3 Weeks 5 Days 8 h 27 m 42 sec
Reputation Power: 470
what about something like this
Code:
SELECT *
FROM tableName
WHERE PayDateField = (SELECT MAX(PayDateField) FROM tableName)

Reply With Quote
  #3  
Old January 22nd, 2004, 12:14 PM
spearssc spearssc is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 12 spearssc User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 m 7 sec
Reputation Power: 0
thanks Memnoch!!! I added your idea to my query and it works perfectly....


Here the query just in case it can help someone else....


SELECT Employee_Info.Emp_ID, Employee_Info.Emp_FName, Employee_Info.Emp_MI, Employee_Info.Emp_LName, Employee_Info.emp_init_sal+(SELECT sum(emp_pay_amt) FROM Employee_Pay_Info WHERE employee_pay_info.emp_id = Employee_info.emp_id and Employee_Pay_Info.Emp_Pay_Type_ID=1) AS Expr1, (SELECT max(Employee_Pay_Info.Emp_Pay_DT) from employee_Pay_Info where Employee_Pay_Info.Emp_ID=Employee_info.emp_id) AS pay_date, (SELECT Employee_Pay_Info.Emp_Pay_Amt FROM employee_Pay_Info WHERE Employee_Pay_Info.Emp_Pay_DT = (SELECT max(Employee_Pay_Info.Emp_Pay_DT) from employee_Pay_Info where Employee_Pay_Info.Emp_ID=Employee_info.emp_id)) AS Expr2
FROM Employee_Info INNER JOIN Employee_Pay_Info ON Employee_Info.Emp_ID = Employee_Pay_Info.Emp_ID
WHERE (((Employee_Info.Emp_ID)=[Forms]![frmEmployeeSelect]![EmpName]) AND ((Employee_Pay_Info.Emp_Pay_Type_ID)=1));

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseSQL Development > Help w/query to retrieve latest pay increase


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


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





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT