Here’s something I found pretty useful. The situation is I need to insert entries into the database with one of the columns being some random data. If I did a Rand() directly in the statement: Insert into NewStudy select studyid,((29 + 1) - 27) * Rand()
Read More...