Search Results

Showing results 1 to 2 of 2
Search took 0.01 seconds.
Search: Posts Made By: Kim R
Forum: MS SQL Sep 29th, 2008
Replies: 1
Views: 503
Posted By Kim R
Looks like the following code might work:

SELECT a.StatusID, a.equipmentid,b.endate, a.StatusTypeID

FROM table1 INNER JOIN

(

SELECT equipmentid, max(enddate) as enddate FROM table1
Forum: MS SQL Sep 29th, 2008
Replies: 1
Views: 503
Posted By Kim R
Hi all,

I hope someone can help me with this. I have been racking my poor stupid brain for days over this. I need a way to be able to create a view of the data in a single table. Let's call it...
Showing results 1 to 2 of 2

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC