Query Run
select count(*), substr( rev_comment, 1, 1 ) from revision_userindex where... 6 years ago
select count(*), substr( rev_comment, 1, 2 ) from revision_userindex where... 6 years ago
select count(*), substr( rev_comment, 1 ) from revision_userindex where... 6 years ago
select count(*), substr( rev_summary, 1 ) from revision_userindex where... 6 years ago
use itwiki_p;select count(*) from revision_userindex where rev_user_text = 'Bawolff'; 6 years ago
select count(*) from revision_userindex where rev_user_text = 'Bawolff'; 6 years ago
select count(*) from revision where rev_user_text = 'Bawolff'; 6 years ago
select count(*) from revision where rev_usertext = 'Bawolff'; 6 years ago
select count(*) from user where user_name = 'Bawolff'; 6 years ago