<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-29286778.post5452238831176617552..comments</id><updated>2007-08-05T00:45:58.938-04:00</updated><category term='Feature Creeper'/><category term='FAQs and not so FAQs'/><category term='SQL Puzzles'/><category term='Pass time with SQL'/><title type='text'>Comments on SQL Garbage Collector: Obvious SQL Tip #1</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.sqlpointers.com/feeds/5452238831176617552/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29286778/5452238831176617552/comments/default'/><link rel='alternate' type='text/html' href='http://www.sqlpointers.com/2006/11/obvious-sql-tip-1.html'/><author><name>Omnibuzz</name><uri>http://www.blogger.com/profile/04342835880399785393</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-29286778.post-3704428594739634474</id><published>2007-08-05T00:45:00.000-04:00</published><updated>2007-08-05T00:45:00.000-04:00</updated><title type='text'>select top 1&lt;br&gt;        OrderID,&lt;br&gt;        Custom...</title><content type='html'>select top 1&lt;BR/&gt;        OrderID,&lt;BR/&gt;        CustomerID,&lt;BR/&gt;        EmployeeID,&lt;BR/&gt;        MAX(OrderDate),&lt;BR/&gt;        MAX(freight)&lt;BR/&gt;from    orders&lt;BR/&gt;group by OrderID,&lt;BR/&gt;        CustomerID,&lt;BR/&gt;        EmployeeID&lt;BR/&gt;Order by MAX(freight) DESC, MAX(OrderDate) DESC</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29286778/5452238831176617552/comments/default/3704428594739634474'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29286778/5452238831176617552/comments/default/3704428594739634474'/><link rel='alternate' type='text/html' href='http://www.sqlpointers.com/2006/11/obvious-sql-tip-1.html?showComment=1186289100000#c3704428594739634474' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.sqlpointers.com/2006/11/obvious-sql-tip-1.html' ref='tag:blogger.com,1999:blog-29286778.post-5452238831176617552' source='http://www.blogger.com/feeds/29286778/posts/default/5452238831176617552' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1425739867'/></entry></feed>
