TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
SQL Server Transact Basic to Expert - Using Mathematical Operator function RAND
Karthikeyan Anbarasan
Jun 14, 2011
2.3
k
0
0
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
SQL Server Transact Basic to Expert - Using Mathematical Operator function RAND
This blog show how to use the RAND function to get the random value between 0 and 1 using SQL
Example:
SELECT RAND() RandomNumber
RAND() is the function used to get the random number
SQL Server Transact Basic to Expert - Using Mathematical Operator function RAND
Next Recommended Reading
SQL Server Transact Basic to Expert - Partitioning data using Partition Function