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