This website requires JavaScript.
Explore
Help
Sign In
DHBW
/
MySQL
Watch
1
Star
0
Fork
You've already forked MySQL
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
MySQL
/
tasks
/
rands.sql
1 line
41 B
MySQL
Raw
Permalink
Normal View
History
Unescape
Escape
added example files for aggregators and random
2023-12-08 15:12:11 +00:00
SELECT
floor
(
rand
(
)
*
(
8
.
0
-
2
.
0
)
+
2
.
0
)
;