Monthly Archives: July 2023

Easy Way To Randomize Records

There are some fancy ways to create random records. Some formulas/codes generate random numbers between 0/1, some others pick every Nth record. This method is very simple and works by creating a new ID string for each record and then … Continue reading

Posted in Interesting SQL Patterns | Tagged , , | Comments Off on Easy Way To Randomize Records