Inactive Tutor answered 05/20/19
Tutor
New to Wyzant
Have you tried something like
DECLARE @rowcutoff int
SET @rowcutoff = 5
SELECT * FROM sometable WHERE ROW_NUMBER <= @rowcutoff;
Inactive Tutor answered 05/20/19
Have you tried something like
DECLARE @rowcutoff int
SET @rowcutoff = 5
SELECT * FROM sometable WHERE ROW_NUMBER <= @rowcutoff;
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.