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