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