I need to find out first 1000 rows of a table without using top and rowcount. I must use where clause in my query. The query should look like this :
select * from <table_name> where <condition>
I do not have any good column that can be used in where clause.
Also I can't add a new column.