Comments
Sort by recent activity
I found the simplest solution to use "RowCount" instead of "Proportion" in the first place and then calculate the required RowCount on my own.
In hindsight, the question seems a bit stupid [image] / comments
I found the simplest solution to use "RowCount" instead of "Proportion" in the first place and then calculate the required RowCount on my own.
In hindsight, the question seems a bit stupid
That works fine for a single column on its own, but what I need is the combination of multiple columns to be unique.
In fact, in our case, our business logic requires that some of the individual columns are not unique. In one column, we are using IDs that only allow a handful of different values, but we must produce hundreds to thousands of new random records. / comments
That works fine for a single column on its own, but what I need is the combination of multiple columns to be unique.
In fact, in our case, our business logic requires that some of the individual co...