how to get the rowid/rownumbes of a table in sqlserver
Answer Posted / payal nath
SELECT ROW_NUMBER() OVER(ORDER BY <FieldName>)
FROM <TableName>
| Is This Answer Correct ? | 27 Yes | 5 No |
Post New Answer View All Answers
How retrieve field names from the table in SQL through JAVA code?
What is best institute to Learn DotNET And SQL in chennai?
Why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it?
How to use values from other tables in update statements in ms sql server?
What are the types of joins in sql?
What is key set driven?
Explain what are magic tables in sql server?
what is a self join? : Sql server database administration
Explain the advantages of merge replication?
Explain syntax for viewing, dropping and disabling triggers?
Explain what are commit and rollback in sql?
How to set database to be single_user in ms sql server?
What are the drawbacks of reporting in ssrs?
What is outer join in sql server joins?
How many types of objects are there?