order_by_random_sql

Function order_by_random_sql 

Source
pub fn order_by_random_sql(limit: usize, db_type: DatabaseType) -> String
Expand description

Generate ORDER BY RANDOM() LIMIT for databases without TABLESAMPLE.