SQL
x
use hewiki_p;
/*
select * from recentchanges
where rc_type = 6
and rc_user_text = "Sokuya"
and rc_title = "ערכים_בלי_תמונה"
#order by rev_id desc
limit 10
select cl_from, cl_timestamp from categorylinks
where cl_to = "ערכים_בלי_תמונה"
limit 10;
select * from revision limit 10
*/
select replace(replace(replace('2009-04-12T16:58:09', '-', ''), ':', ''), 'T', '') as a
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.