Fork of
Wiktionary Tables
by Rtnf
This query is marked as a draft
This query has been published
by Rtnf.
SQL
AخA
select
page_title,
CONCAT(substr(page_touched,1,4),"-",substr(page_touched,5,2), "-",substr(page_touched,7,2)," ",mod(substr(page_touched,9,2)+7,24),":",substr(page_touched,11,2)) as 'Last Update',
page_len
from page
order by page_touched desc
limit 250;
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.