You are here: Re: how/what should be the query for this result « MsSQL Server « IT news, forums, messages
Re: how/what should be the query for this result

Posted by Alexander Kuznetsov on 10/02/96 11:51

Modifying Erland's query a little bit, on SQL 2005 only (untested):

SELECT t.pno, t.bno, t.status, t.build_date
FROM (
SELECT a.pno, a.bno, a.status, a.build_date,
row_number() over(partition by pno, bno order by build_date desc) rn
from
progress a
) t
where rn = 1

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация