On the pseudo-random number of SQLite

Source: Internet
Author: User
Tags sqlite

The range of return values for--random () is: [ -2^63, (2^63)-1], but usually a minimum of 0 random number, so it can not be used directly, the solution:

Select 2016* ('0. ' ||  case Col>0if1thenelse-  Endfrom (select random () col);

--return value with decimal. Or:

Select  case Col>0if1thenelse-End  from (Select Random ()/(-9223372036854775808/$) COL);

--The return value is not a decimal.

--Why are most of the networks written from 9223372036854775808 to 9223372036854775807? For people who do not know, the number is a lot lighter, for example, I just started it as a string number.

On the pseudo-random number of SQLite

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.