Logo SQLinForm

 

Can this be done in SQL92?

SELECT A.* from SharePointProgress.dbo.tblMscShpDt A
INNER JOIN
(SELECT ROW_NUMBER() OVER(ORDER BY intid) AS 'RN', *
FROM SharePointProgress.dbo.tblMscShpDt) B ON A.intid= B.intid
AND B.RN between 20 and 30



Edited 1 time(s). Last edit at 03/02/2012 05:40PM by guidomarcel.
Re: Convert Query from SQL 2008 to SQL92
March 02, 2012 05:39PM
Hi Steve,
probably you need to ask this question in a dedicated SQL2008 + 92 forum.

Regards



Edited 1 time(s). Last edit at 03/02/2012 05:40PM by guidomarcel.
Author:

Your Email (Optional):


Subject:


Spam prevention:
Please, solve the mathematical question and enter the answer in the input field below. This is for blocking bots that try to post this form automatically.
Question: how much is 23 plus 12?
Message: