MySQL Forums
Forum List  »  Stored Procedures

Re: Variable in LIMIT clause
Posted by: Karl Seguin
Date: May 02, 2007 11:28AM

Matthew, there's something you don't get. While I completely agree that SQL Server should add a LIMIT statement - and have stated so before publically (http://codebetter.com/blogs/karlseguin/archive/2006/04/17/142964.aspx), the reality is that you aren't making a fair comparison at all.

The ROW_NUMBER() OVER functionality of SQL Server 2005 is just one of the MANY ranking functions available. Sure, it might be a nuisance to do simple ranking in SQL Server (and again, I do hope they fix it), but it's IMPOSSIBLE to do any of the many other types of ranking in MySQL. With that said, no amount of minor tweaks to LIMIT will ever put MySQL's ranking capabilities ahead of anyone.

If you spend your time doing a website and trying to page results, I totally agree with you. But if you step back from it and look at it at a higher level, I think the total reverse of what you said is true.

Options: ReplyQuote


Subject
Views
Written By
Posted
45005
June 01, 2005 07:13PM
18482
June 13, 2005 06:34PM
14668
July 12, 2005 03:59PM
12670
July 13, 2005 05:57PM
10826
July 13, 2005 05:58AM
10493
July 12, 2005 04:07PM
12136
July 15, 2005 05:37AM
8578
July 13, 2005 10:09AM
8000
July 15, 2005 05:45AM
8702
March 24, 2006 04:48PM
6603
June 15, 2006 07:23PM
6421
April 04, 2007 08:56PM
6771
April 11, 2007 01:07PM
15019
April 11, 2007 03:56PM
Re: Variable in LIMIT clause
6844
May 02, 2007 11:28AM
5936
March 16, 2009 05:58PM
6544
March 16, 2009 07:21PM
7907
April 29, 2009 05:31PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.