If you look at the query execution plan for those two queries in SQL Server, you'll see they are absolutely identical.
Make sure you have an index on the 'sup_date' column (maybe even the clusteered index) and that will be about as fast as it can get.
Sorry, I can't help you with any links.
Jeff Mason
Custom Apps, Inc.
www.custom-apps.com