Forum Discussion
Griffin_BI
2 years agoFrequent Visitor
WINDOW and RAND
If I have a table, "Table" with an ID column and three columns, "A", "B" and "C". Will the following produce a table with a new column of random numbers that are evenly distributed within each pa...
- 2 years ago
yes, as long as your assumption holds true. The usual disclaimer applies - RAND is not truly random.
lbendlin
2 years agoSuper User
Please explain this part
random numbers that are evenly distributed within each partition of A, B and C
You can only get an "evenly" distributed result with large amounts of data.