How to make real randoms with SQL
From time to time I need random numbers produced in SQL and packed as an array. This is how it goes:
--PostgreSQL
--Random filled real Arrays:
--Brainstorm:
-- create a function who generates a random real value between low and high:
CREATE OR REPLA...
hamsteridea.hashnode.dev1 min read