Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello friends

I don't know how strong my question is but I want to know what is "TSQL" and rownum in mssql data base

how should we can use it to bind data in c# gridview usingf it

Please explain me and if any one have demo then please share it here

I have search so mush on google but I cant understand what it mean so please help me ....
Posted

1 solution

1. You shouldn't have googled "mush", but rather TSQL: see here https://en.wikipedia.org/wiki/Transact-SQL[^].

2. It's ROW_NUMBER in T-SQL, ROWNUM is for the Oracle SQL dialect.

3. http://msdn.microsoft.com/en-us/library/fkx0cy6d.aspx[^]

Please use the correct search terms when googling next time. "Mush" is not what you wanted here: http://en.wikipedia.org/wiki/MUSH[^].

Cheers!
 
Share this answer
 
Comments
Er Bhargav Dudani 2-Aug-13 7:59am    
ok thanks sir and that my writing mistack I mean "much" not mush

mean I have searched on google so much that I want to say

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900