Introduction to the RAND function in SQL Server and Implementation of the interval random numeric function,
During work, you will encounter tasks such as SQL Server simulated data generation and random filling of numeric column values (such as
Tasks such as SQL Server simulation data generation and random padding of numeric column values such as Integer, date, and time data types are encountered in the work, and are used to random numbers in these tasks. In view of this, this article
You will encounter tasks such as SQL Server mock data Generation and random padding of numeric column values (such as Integer, date, and time data types), all of which use random numbers. For this reason, this article will briefly summarize the use
COPIED from:http://www.cnblogs.com/wuming/archive/2010/02/24/1672906.htmlFrom a table random 2 records, with select TOP * from Ywle ORDER by NEWID () the order by is generally sorted by a field, the return value of newid () is uniqueidentifier,
https://docs.microsoft.com/en-us/sql/t-sql/functions/rand-transact-sql?view=sql-server-2017Generate random numbers within a certain intervalHttps://stackoverflow.com/questions/7878287/generate-random-int-value-from-3-to-6Principle, the RAND function
Randomly fetch 2 records from a table, using select TOP * from Ywle ORDER by NEWID ()Order by is generally sorted by a field, the return value of newid () is uniqueidentifier, and the Order by NEWID () random selection record is performedNEWID ()
Execute in Query Analyzer: Select rand (), you can see that the result is similar to a random decimal: 0.36361513486289558, a decimal like this is used in the actual application is not much, generally to take random numbers will take random integers.
access|server|sql| Comparison | tips
Background database:[Microsoft Access]And[Microsoft SQL Server]After the replacement, the ASP code should note some of the areas to be modified:
[One] connection problem (for example)[Microsoft Access]Constr =
The Random Functions NewID (), Rand (), newidrand in SQL server
In SQL Server, random functions include rand (), NewID (), where rand is a random number from 0 to 1, and NewID is the unique identifier of the random uniqueidentifier generated.
SELECT
Many times in development, we encounter this need to generate a specified range of random number cases. And in many languages, such as Java, C #, SQL, and so on, there will be a function to generate a random decimal like 0.234273983423789, and all
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.