Tag archive
Commands grouped around the same concept, pattern, or recurring problem.
Produce a random UUID using `UUID()` (MySQL/MariaDB), `NEWID()` (SQL Server), `gen_random_uuid()` (PostgreSQL), or a `randomblob`-based expression (SQLite).
Return a random sample by ordering rows with the engine's random function and applying a row limit.