how to get the rowid/rownumbes of a table in sqlserver
Answer Posted / dhivakar
SELECT
ROW_NUMBER() OVER (ORDER BY emp_id) AS rowid,
*
FROM employee
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is compound operators?
Give me a SQL Query to find out the second largest company?
What are different types of join?
What are the dmvs? : sql server database administration
What are the rendering extensions of ssrs?
What is clustered primary key?
What are the types of subquery?
Can we call stored procedure in trigger?
How to make a remote connection in a database?
What is similarity and difference between truncate and delete in sql?
‘Order by’ is not allowed in a view how can you sort information from a view?
How to rebuild indexes with alter index ... Rebuild?
What are the different authentication modes in sql server? How can it be changed?
in a table is b in column k (manikanta,sivananda,muralidhar) i want result like (mnikanta,sivnanda,murlidhar) please slove it
What is the server name for sql management studio?