select randdates.date, u.user_id, u.user_name, u.user_registration,... |
6 years ago |
select randdates.date, u.user_id, u.user_name, u.user_registration,... |
6 years ago |
select REPLACE(log_title,'_',' ') as log_user_name from
huwiki_p.logging
... |
6 years ago |
(select REPLACE(log_title,'_',' ') as log_user_name from... |
6 years ago |
select datediff(STR_TO_DATE(20170415000109, '%Y%m%d%H%i%s'), ... |
6 years ago |
select STR_TO_DATE(20170415000109, '%Y%m%d%H%i%s') - ... |
6 years ago |
select STR_TO_DATE(20170415000109, '%Y%m%d%H%i%s') |
6 years ago |
describe huwiki_p.revision_userindex |
6 years ago |
describe huwiki_p.revision_userindex |
6 years ago |
select * from huwiki_p.revision_userindex limit 10;
|
6 years ago |
SELECT STR_TO_DATE(user_registration, '%Y%m%d%H%i%s') < now()
from... |
6 years ago |
SELECT STR_TO_DATE(user_registration, '%Y%m%d%H%i%s')
from... |
6 years ago |