Query Run
SELECT * from nominators where date like '%1970%'; 2 months ago
SELECT * from nominators where nominator LIKE '%Joeyquism%'; 2 months ago
SELECT * from nominators where nominator LIKE '%Joeyquism%' limit 1; 2 months ago
SELECT * from nominators where nominator LIKE '%Joey%' limit 1; 2 months ago
SELECT * from nominators limit 1; 2 months ago