Help for this page
SELECT column FROM table ORDER BY RAND() LIMIT 20;
my @tickers = $schema->resultset( 'TickerTable' )->search( {}, ... columns => ['DisplayName'], + rows => 20 + });