To create a random decimal number between two values (range), you can use the following formula: SELECT RAND()*(b-a)+a;. Where a is the smallest number and b is ...
確定! 回上一頁