I have a table that looks like this:
id: primary key
content: varchar< br />weight: int What I want to do is to randomly select a row from the table, but consider the weight. For example, if
I have a table that looks like this:
id: primary key
content: varchar< br />weight: int What I want to do is to randomly select a row from the table, but consider the weight. For example, if