This query is marked as a draft This query has been published by Rtnf.

SQL

x
 
select 
actor_name as 'User',
page_title as 'Artikel',
CONCAT(substr(rev_timestamp,1,4),"-",substr(rev_timestamp,5,2), "-",substr(rev_timestamp,7,2)," ",substr(rev_timestamp,9,2)+7,":",substr(rev_timestamp,11,2)) as 'Waktu'
rev_len
from revision_userindex r1  
join actor_revision on actor_id = r1.rev_actor
left join page on page_id=r1.rev_page 
order by rev_timestamp desc
limit 100;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...