Since my approach for a test query which I worked on in this question did not work out, I\'m trying something else now. Is there a way to tell pg\'s random() fu
random()
Actually I don't know you want to this.
try this
INSERT INTO my_table (my_column) SELECT (random() * 10) + 1 ;