SQL RAND Function
The SQL RAND() function is used to generate some random numbers at run time. Here is the syntax:
Syntax
RAND ( [ seed ] )
Repetitive calls of RAND() with the same seed value return the same results.
For one connection, if RAND() is called with a specified seed value, all subsequent calls of [...]
Filed under: SQL RAND Function | Tagged: Advance SQL tips and tricks, Database, Database Optimization Tips, dba, Introduction to SQL, Microsoft SQL server, MSSQL, MSSQL server, SQL, SQL Database Optimization Tricks, SQL help, SQL Optimization, SQL Optimization Tips, SQL Programming, SQL Query, SQL RAND Function, SQL Server, SQL server tips, SQL technology, SQL Tips, SQL Tips and Tricks, SQL tips for programmer, sqlhelp, T-SQL, what is SQL | Leave a Comment »









