Users Pricing

forum

Home Forums How to count number of rows before an ID in SQL Server – MindStick

How to count number of rows before an ID in SQL Server

Anonymous User 2246 03 Feb 2014

I need to count the total number of rows in a table before the certain row ID.

I have this query

select count (ClientID)

FROM [Seek].[dbo].[seekClient]

where ClientID < '12'

which works fine for the case of integer primary key, but I am not sure how to do that in case of GUID ??

Kindly help me in this case.

Thanks


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md