Sql Server 2000 Query
Homepage
About Us
Topics
Contact Us
Advertise
Jobs
Walkin
Most Visited Questions
How to get Random row picking from table where no int column
How many kind of User Defined Functions can be created in Sql Server2000
Sql query to get output table is Name passfail pervej pass gitesh fail vishal fail sachin fail gagan pass sachin pass pervej fail and output should be Name PAss Fail pervej 1 1 gitesh 0 1 vishal 0 1 sachin 1 0 gagan 1 0
Update data in two table using join
Syntax to rename a database
Syntax of While Statement in SQL Query
Home
>>
Dababase Interview Questions
>>
Sql Server 2000 Query
How to get Random row picking from table where no int column
Posted on June 8th , 2009 by Admin
SELECT TOP 10 * FROM tblname WHERE condition ORDER BY NEWID()
Site Search