Friday, April 19, 2013

Get Random Records in sql

SELECT TOP 1 * FROM [Table Name] ORDER BY newid()

No comments:

Post a Comment

Opps Part 1 : Abstraction

  Abstraction in C# is a fundamental concept of object-oriented programming (OOP) that allows developers t...